aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/TarFormat.java
Commit message (Expand)AuthorAgeFilesLines
* Adapt to type parameter added in commons-compress 1.25.0Matthias Sohn2023-11-241-2/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-6/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-4/+3
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+5
* Remove deprecated ArchiveCommand#putEntry methodMatthias Sohn2018-03-091-9/+0
* Fix javadoc in org.eclipse.jgit.archiveMatthias Sohn2017-12-171-6/+7
* TarFormat: Use commit time as timestamp for entriesYasuhiro Takagi2017-04-051-0/+8
* Add missing @Override annotations in org.eclipse.jgit.archiveMatthias Sohn2017-02-181-0/+3
* Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-181-0/+13
* 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-4/+13
* Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-041-3/+3
* Make ArchiveFormats final and implement equals()Jonathan Nieder2014-04-111-1/+11
* Tag som non-localizable strings with NON-NLSRobin Rosenberg2014-01-101-2/+2
* archive: Include entries for directoriesJonathan Nieder2013-12-271-4/+22
* Revert "Close unfinished archive entries on error"Jonathan Nieder2013-09-231-5/+2
* TarFormat: use tabs for indentDave Borowitz2013-07-171-1/+1
* Close unfinished archive entries on errorJonathan Nieder2013-07-171-2/+5
* Pick default archive format based on filename suffixJonathan Nieder2013-06-061-0/+10
* Add long filename, large file, and non-ASCII filename support to TarFormatJonathan Nieder2013-06-061-2/+5
* Add missing javadoc for archive codeJonathan Nieder2013-05-291-0/+3
* Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-241-0/+87