aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ArchiveTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* JGit pgm tests must quote paths on the command lineThomas Wolf2019-07-251-4/+0
* Convert to lambda or member referenceCarsten Hammer2019-05-161-10/+6
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-6/+6
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-071-2/+3
* ArchiveTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-43/+36
* ArchiveTest: Check result of BufferedInputStream#skipDavid Pursehouse2017-12-071-1/+5
* ArchiveCommand: Create prefix entry with commit timeYasuhiro Takagi2017-06-051-4/+4
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-6/+6
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* ArchiveTest: Don't use string concatenation in loopDavid Pursehouse2016-10-191-12/+12
* Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov2016-01-061-41/+42
* Make sure tests don't blindly continue if a command is "silently" failedAndrey Loskutov2015-12-311-1/+2
* Un-ignored existing CLI tests which run just fine on Java 7+Andrey Loskutov2015-12-291-7/+2
* archive: Drop unnecessary empty comments and 'final' qualifiers on localsJonathan Nieder2015-05-271-75/+75
* Remove unused import from ArchiveTestMatthias Sohn2014-01-071-1/+0
* archive: Use an empty directory for submodulesJonathan Nieder2013-12-271-0/+40
* archive: Include entries for directoriesJonathan Nieder2013-12-271-14/+31
* archive: Prepend a specified prefix to all entry filenamesJonathan Nieder2013-12-171-0/+93
* Add support for "jgit archive --output=<filename>"Jonathan Nieder2013-06-061-6/+206
* Add long filename, large file, and non-ASCII filename support to TarFormatJonathan Nieder2013-06-061-0/+30
* ArchiveCommand: make archive formats non-inner classesJonathan Nieder2013-05-231-0/+7
* archive: Add tar supportJonathan Nieder2012-12-041-7/+160
* archive: Record executable and symlink bitsJonathan Nieder2012-12-041-0/+74
* Add "jgit archive" tool that writes a tree as a ZIP fileJonathan Nieder2012-11-161-0/+175