| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-30 | 1 | -4/+3 |
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 | David Pursehouse | 2018-03-11 | 1 | -2/+5 |
* | Remove deprecated ArchiveCommand#putEntry method | Matthias Sohn | 2018-03-09 | 5 | -45/+0 |
* | Fix javadoc in org.eclipse.jgit.archive | Matthias Sohn | 2017-12-17 | 8 | -40/+45 |
* | TarFormat: Use commit time as timestamp for entries | Yasuhiro Takagi | 2017-04-05 | 1 | -0/+8 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 1 | -1/+1 |
* | Fix timestamp in Zip archives | Shawn Pearce | 2017-02-20 | 1 | -3/+3 |
* | Add missing @Override annotations in org.eclipse.jgit.archive | Matthias Sohn | 2017-02-18 | 6 | -0/+17 |
* | Set commit time to ZipArchiveEntry | Naoki Takezoe | 2017-02-18 | 5 | -3/+75 |
* | Fix string externalization warnings in BaseFormat | Matthias Sohn | 2015-03-12 | 2 | -4/+7 |
* | Add missing @since tags for new API methods in archive bundle | Matthias Sohn | 2015-03-12 | 6 | -0/+17 |
* | ArchiveCommand: Allow to pass options to underlying stream | David Ostrovsky | 2015-02-20 | 6 | -13/+136 |
* | Eliminate warnings for non-nls strings that will never be translated | Robin Rosenberg | 2014-09-04 | 2 | -6/+6 |
* | Allow ArchiveCommand.registerFormat to be called twice | Jonathan Nieder | 2014-04-16 | 1 | -1/+0 |
* | Make ArchiveFormats final and implement equals() | Jonathan Nieder | 2014-04-11 | 5 | -5/+55 |
* | Tag som non-localizable strings with NON-NLS | Robin Rosenberg | 2014-01-10 | 6 | -18/+15 |
* | archive: Include entries for directories | Jonathan Nieder | 2013-12-27 | 3 | -6/+103 |
* | Revert "Close unfinished archive entries on error" | Jonathan Nieder | 2013-09-23 | 2 | -10/+4 |
* | TarFormat: use tabs for indent | Dave Borowitz | 2013-07-17 | 1 | -1/+1 |
* | Close unfinished archive entries on error | Jonathan Nieder | 2013-07-17 | 2 | -4/+10 |
* | Pick default archive format based on filename suffix | Jonathan Nieder | 2013-06-06 | 5 | -0/+53 |
* | Add long filename, large file, and non-ASCII filename support to TarFormat | Jonathan Nieder | 2013-06-06 | 1 | -2/+5 |
* | Add tbz2 archive format | Jonathan Nieder | 2013-06-05 | 2 | -0/+72 |
* | Fix javadoc of FormatActivator | Matthias Sohn | 2013-06-02 | 1 | -5/+7 |
* | Add missing javadoc for archive code | Jonathan Nieder | 2013-05-29 | 5 | -0/+25 |
* | Drop unnecessary "throws" clauses in archive code | Jonathan Nieder | 2013-05-29 | 1 | -2/+2 |
* | Move FormatActivator.start()/stop() to a separate class | Jonathan Nieder | 2013-05-29 | 2 | -44/+93 |
* | Add tgz and txz archive formats | Jonathan Nieder | 2013-05-28 | 3 | -0/+138 |
* | Maintain list of archive formats in one place | Jonathan Nieder | 2013-05-28 | 1 | -4/+51 |
* | Move ArchiveCommand into standard porcelain API | Jonathan Nieder | 2013-05-24 | 3 | -0/+225 |