aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/FormatActivator.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix javadoc in org.eclipse.jgit.archiveMatthias Sohn2017-12-171-6/+4
* Add missing @Override annotations in org.eclipse.jgit.archiveMatthias Sohn2017-02-181-0/+2
* Fix javadoc of FormatActivatorMatthias Sohn2013-06-021-5/+7
* Add missing javadoc for archive codeJonathan Nieder2013-05-291-0/+13
* Drop unnecessary "throws" clauses in archive codeJonathan Nieder2013-05-291-2/+2
* Move FormatActivator.start()/stop() to a separate classJonathan Nieder2013-05-291-44/+2
* Add tgz and txz archive formatsJonathan Nieder2013-05-281-0/+2
* Maintain list of archive formats in one placeJonathan Nieder2013-05-281-4/+51
* Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-241-0/+59