Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-30Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse1-4/+3
2018-03-11Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse1-2/+5
2018-03-09Remove deprecated ArchiveCommand#putEntry methodMatthias Sohn5-45/+0
2017-12-17Fix javadoc in org.eclipse.jgit.archiveMatthias Sohn8-40/+45
2017-04-05TarFormat: Use commit time as timestamp for entriesYasuhiro Takagi1-0/+8
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse1-1/+1
2017-02-20Fix timestamp in Zip archivesShawn Pearce1-3/+3
2017-02-18Add missing @Override annotations in org.eclipse.jgit.archiveMatthias Sohn6-0/+17
2017-02-18Set commit time to ZipArchiveEntryNaoki Takezoe5-3/+75
2015-03-13Fix string externalization warnings in BaseFormatMatthias Sohn2-4/+7
2015-03-13Add missing @since tags for new API methods in archive bundleMatthias Sohn6-0/+17
2015-02-20ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky6-13/+136
2014-09-04Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2-6/+6
2014-04-16Allow ArchiveCommand.registerFormat to be called twiceJonathan Nieder1-1/+0
2014-04-11Make ArchiveFormats final and implement equals()Jonathan Nieder5-5/+55
2014-01-10Tag som non-localizable strings with NON-NLSRobin Rosenberg6-18/+15
2013-12-27archive: Include entries for directoriesJonathan Nieder3-6/+103
2013-09-24Revert "Close unfinished archive entries on error"Jonathan Nieder2-10/+4
2013-07-17TarFormat: use tabs for indentDave Borowitz1-1/+1
2013-07-17Close unfinished archive entries on errorJonathan Nieder2-4/+10
2013-06-07Pick default archive format based on filename suffixJonathan Nieder5-0/+53
2013-06-06Add long filename, large file, and non-ASCII filename support to TarFormatJonathan Nieder1-2/+5
2013-06-06Add tbz2 archive formatJonathan Nieder2-0/+72
2013-06-01Fix javadoc of FormatActivatorMatthias Sohn1-5/+7
2013-05-29Add missing javadoc for archive codeJonathan Nieder5-0/+25
2013-05-29Drop unnecessary "throws" clauses in archive codeJonathan Nieder1-2/+2
2013-05-29Move FormatActivator.start()/stop() to a separate classJonathan Nieder2-44/+93
2013-05-28Add tgz and txz archive formatsJonathan Nieder3-0/+138
2013-05-28Maintain list of archive formats in one placeJonathan Nieder1-4/+51
2013-05-25Move ArchiveCommand into standard porcelain APIJonathan Nieder3-0/+225

    Back to the top