aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.archive/src
Commit message (Expand)AuthorAgeFilesLines
* Make ArchiveFormats final and implement equals()Jonathan Nieder2014-04-115-5/+55
* Tag som non-localizable strings with NON-NLSRobin Rosenberg2014-01-106-18/+15
* archive: Include entries for directoriesJonathan Nieder2013-12-273-6/+103
* Revert "Close unfinished archive entries on error"Jonathan Nieder2013-09-232-10/+4
* TarFormat: use tabs for indentDave Borowitz2013-07-171-1/+1
* Close unfinished archive entries on errorJonathan Nieder2013-07-172-4/+10
* Pick default archive format based on filename suffixJonathan Nieder2013-06-065-0/+53
* Add long filename, large file, and non-ASCII filename support to TarFormatJonathan Nieder2013-06-061-2/+5
* Add tbz2 archive formatJonathan Nieder2013-06-052-0/+72
* Fix javadoc of FormatActivatorMatthias Sohn2013-06-021-5/+7
* Add missing javadoc for archive codeJonathan Nieder2013-05-295-0/+25
* Drop unnecessary "throws" clauses in archive codeJonathan Nieder2013-05-291-2/+2
* Move FormatActivator.start()/stop() to a separate classJonathan Nieder2013-05-292-44/+93
* Add tgz and txz archive formatsJonathan Nieder2013-05-283-0/+138
* Maintain list of archive formats in one placeJonathan Nieder2013-05-281-4/+51
* Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-243-0/+225