aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/TgzFormat.java
Commit message (Expand)AuthorAgeFilesLines
* Adapt to type parameter added in commons-compress 1.25.0Matthias Sohn2023-11-241-4/+5
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-6/+0
* Add the "compression-level" option to all ArchiveCommand formatsYoussef Elghareeb2021-01-281-1/+10
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove deprecated ArchiveCommand#putEntry methodMatthias Sohn2018-03-091-9/+0
* Fix javadoc in org.eclipse.jgit.archiveMatthias Sohn2017-12-171-6/+7
* Add missing @Override annotations in org.eclipse.jgit.archiveMatthias Sohn2017-02-181-0/+3
* Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-181-1/+14
* Add missing @since tags for new API methods in archive bundleMatthias Sohn2015-03-121-0/+3
* ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-201-2/+10
* Make ArchiveFormats final and implement equals()Jonathan Nieder2014-04-111-1/+11
* Tag som non-localizable strings with NON-NLSRobin Rosenberg2014-01-101-3/+2
* Pick default archive format based on filename suffixJonathan Nieder2013-06-061-0/+11
* Add missing javadoc for archive codeJonathan Nieder2013-05-291-0/+3
* Add tgz and txz archive formatsJonathan Nieder2013-05-281-0/+68