Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-05ArchiveCommand: Create archive output stream in try-with-resourceDavid Pursehouse1-3/+3
2017-12-18Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn1-14/+20
2017-06-05ArchiveCommand: Create prefix entry with commit timeYasuhiro Takagi1-0/+6
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse1-2/+2
2017-02-18Set commit time to ZipArchiveEntryNaoki Takezoe1-5/+32
2015-05-27archive: Drop unnecessary empty comments and 'final' qualifiers on localsJonathan Nieder1-5/+5
2015-05-27Close 'out' consistently in ArchiveCommand.callJonathan Nieder1-6/+7
2015-04-01Use try-with-resources to close walks in ArchiveCommandMatthias Sohn1-6/+2
2015-03-12Fix compile error due to missing dependencies and since tagsMarkus Duft1-0/+1
2015-02-20ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky1-1/+33
2014-09-04Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg1-1/+1
2014-06-15Remove an unnecessary semicolonRobin Rosenberg1-1/+1
2014-05-21Add missing since tagsMatthias Sohn1-0/+2
2014-05-14Archive: Add the ability to select one or more paths.Shaul Zorea1-0/+25
2014-04-16Allow ArchiveCommand.registerFormat to be called twiceJonathan Nieder1-20/+90
2014-01-10Tag som non-localizable strings with NON-NLSRobin Rosenberg1-1/+1
2013-12-27archive: Use an empty directory for submodulesJonathan Nieder1-3/+10
2013-12-27archive: Include entries for directoriesJonathan Nieder1-6/+7
2013-12-17archive: Prepend a specified prefix to all entry filenamesJonathan Nieder1-1/+15
2013-09-24Do not close ArchiveOutputStream on errorJonathan Nieder1-2/+2
2013-06-14Add missing @since tagsMatthias Sohn1-3/+3
2013-06-10Fix warnings in ArchiveCommandMatthias Sohn1-11/+7
2013-06-07Pick default archive format based on filename suffixJonathan Nieder1-3/+58
2013-05-29Add missing javadoc for archive codeJonathan Nieder1-0/+30
2013-05-29Drop unnecessary "throws" clauses in archive codeJonathan Nieder1-2/+1
2013-05-28Add tgz and txz archive formatsJonathan Nieder1-1/+1
2013-05-25Release ArchiveCommand's ObjectReader in call()Jonathan Nieder1-29/+28
2013-05-25Move ArchiveCommand into standard porcelain APIJonathan Nieder1-0/+294

    Back to the top