Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close unfinished archive entries on error | Jonathan Nieder | 2013-07-17 | 2 | -4/+10 |
* | Pick default archive format based on filename suffix | Jonathan Nieder | 2013-06-06 | 5 | -0/+53 |
* | Add long filename, large file, and non-ASCII filename support to TarFormat | Jonathan Nieder | 2013-06-06 | 1 | -2/+5 |
* | Add tbz2 archive format | Jonathan Nieder | 2013-06-05 | 2 | -0/+72 |
* | Fix javadoc of FormatActivator | Matthias Sohn | 2013-06-02 | 1 | -5/+7 |
* | Add missing javadoc for archive code | Jonathan Nieder | 2013-05-29 | 5 | -0/+25 |
* | Drop unnecessary "throws" clauses in archive code | Jonathan Nieder | 2013-05-29 | 1 | -2/+2 |
* | Move FormatActivator.start()/stop() to a separate class | Jonathan Nieder | 2013-05-29 | 2 | -44/+93 |
* | Add tgz and txz archive formats | Jonathan Nieder | 2013-05-28 | 3 | -0/+138 |
* | Maintain list of archive formats in one place | Jonathan Nieder | 2013-05-28 | 1 | -4/+51 |
* | Move ArchiveCommand into standard porcelain API | Jonathan Nieder | 2013-05-24 | 3 | -0/+225 |