aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Archive.java
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+1
* Organize importsDavid Pursehouse2016-11-141-1/+0
* pgm: Create instances of Git in try-with-resourceDavid Pursehouse2015-10-011-2/+2
* archive: Prepend a specified prefix to all entry filenamesJonathan Nieder2013-12-171-0/+4
* Add support for "jgit archive --output=<filename>"Jonathan Nieder2013-06-061-6/+29
* Remove unused import in ArchiveJonathan Nieder2013-05-291-1/+0
* Move FormatActivator.start()/stop() to a separate classJonathan Nieder2013-05-291-2/+2
* Maintain list of archive formats in one placeJonathan Nieder2013-05-281-4/+2
* Release ArchiveCommand's ObjectReader in call()Jonathan Nieder2013-05-241-6/+5
* Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-241-4/+5
* Remove dependency by ArchiveCommand on archive formatsJonathan Nieder2013-05-241-0/+7
* ArchiveCommand: make archive formats non-inner classesJonathan Nieder2013-05-231-1/+4
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-1/+1
* Add internal porcelain-style API for ArchiveCommandJonathan Nieder2013-04-261-124/+9
* archive: Release resources before returningJonathan Nieder2013-04-261-18/+22
* Fix hidden field warningMatthias Sohn2012-12-121-3/+3
* Fix empty control block warningsMatthias Sohn2012-12-121-7/+8
* Cleanup unused import and Java 6 syntax in ArchiveRobin Rosenberg2012-12-121-5/+0
* archive: Add tar supportJonathan Nieder2012-12-041-1/+37
* archive: Add --format option that switches between formatsJonathan Nieder2012-12-041-18/+61
* archive: Record executable and symlink bitsJonathan Nieder2012-12-041-4/+10
* [RFC] archive: Switch to commons-compress as ZIP archiverJonathan Nieder2012-12-031-5/+6
* Add "jgit archive" tool that writes a tree as a ZIP fileJonathan Nieder2012-11-161-0/+104