aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/ArchiveCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* ArchiveCommandTest: add more detailed message if test failedXenoAmess2024-12-131-1/+4
* Remove unnecessary @SuppressWarnings("serial")Matthias Sohn2023-07-161-1/+1
* Bump bazel vesion to 6.2.0David Ostrovsky2023-05-291-6/+2
* Add the "compression-level" option to all ArchiveCommand formatsYoussef Elghareeb2021-01-281-78/+106
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-8/+183
|\
| * Fix non-deterministic hash of archives created by ArchiveCommandMatthias Sohn2019-06-191-8/+183
| * Make inner classes static where possibleDavid Pursehouse2019-06-171-2/+3
* | Explicitly specify charset in constructor of StringDavid Pursehouse2018-09-261-1/+4
* | Make inner classes static where possibleDavid Pursehouse2018-09-261-2/+3
|/
* Remove deprecated ArchiveCommand#putEntry methodMatthias Sohn2018-03-091-5/+0
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-181-0/+10
* ArchiveCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-85/+89
* ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-201-3/+38
* Expand wildcard imports to specfic classesShawn Pearce2014-11-101-4/+8
* Archive: Add the ability to select one or more paths.Shaul Zorea2014-05-141-0/+211