aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/ArchiveCommand.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Use Map interface instead of ConcurrentHashMap classThomas Wolf2021-01-011-3/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix non-deterministic hash of archives created by ArchiveCommandMatthias Sohn2019-06-191-6/+29
* Remove deprecated ArchiveCommand#putEntry methodMatthias Sohn2018-03-091-24/+0
* ArchiveCommand: Create archive output stream in try-with-resourceDavid Pursehouse2018-03-051-3/+3
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-14/+20
* ArchiveCommand: Create prefix entry with commit timeYasuhiro Takagi2017-06-051-0/+6
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-181-5/+32
* archive: Drop unnecessary empty comments and 'final' qualifiers on localsJonathan Nieder2015-05-271-5/+5
* Close 'out' consistently in ArchiveCommand.callJonathan Nieder2015-05-271-6/+7
* Use try-with-resources to close walks in ArchiveCommandMatthias Sohn2015-04-021-6/+2
* Fix compile error due to missing dependencies and since tagsMarkus Duft2015-03-121-0/+1
* ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-201-1/+33
* Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-041-1/+1
* Remove an unnecessary semicolonRobin Rosenberg2014-06-151-1/+1
* Add missing since tagsMatthias Sohn2014-05-211-0/+2
* Archive: Add the ability to select one or more paths.Shaul Zorea2014-05-141-0/+25
* Allow ArchiveCommand.registerFormat to be called twiceJonathan Nieder2014-04-161-20/+90
* Tag som non-localizable strings with NON-NLSRobin Rosenberg2014-01-101-1/+1
* archive: Use an empty directory for submodulesJonathan Nieder2013-12-271-3/+10
* archive: Include entries for directoriesJonathan Nieder2013-12-271-6/+7
* archive: Prepend a specified prefix to all entry filenamesJonathan Nieder2013-12-171-1/+15
* Do not close ArchiveOutputStream on errorJonathan Nieder2013-09-231-2/+2
* Add missing @since tagsMatthias Sohn2013-06-151-3/+3
* Fix warnings in ArchiveCommandMatthias Sohn2013-06-101-11/+7
* Pick default archive format based on filename suffixJonathan Nieder2013-06-061-3/+58
* Add missing javadoc for archive codeJonathan Nieder2013-05-291-0/+30
* Drop unnecessary "throws" clauses in archive codeJonathan Nieder2013-05-291-2/+1
* Add tgz and txz archive formatsJonathan Nieder2013-05-281-1/+1
* Release ArchiveCommand's ObjectReader in call()Jonathan Nieder2013-05-241-29/+28
* Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-241-0/+294