aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.archive
Commit message (Expand)AuthorAgeFilesLines
* Don't warn for methods that can be staticRobin Rosenberg2014-07-021-1/+1
* Add new default settings from Eclipse 4.4Robin Rosenberg2014-07-021-0/+5
* Prepare 3.5.0-SNAPSHOT buildsRobin Rosenberg2014-06-043-8/+8
* Prepare post 3.4.0 RC1 buildsMatthias Sohn2014-05-213-4/+4
* JGit v3.4.0.201405211411-rc1v3.4.0.201405211411-rc1Matthias Sohn2014-05-213-4/+4
* Fix manifests of source bundlesMatthias Sohn2014-05-071-2/+2
* Prepare 3.4.0-SNAPSHOT buildsMatthias Sohn2014-05-063-4/+4
* JGit v3.4.0.201405051725-m7v3.4.0.201405051725-m7Matthias Sohn2014-05-053-4/+4
* Making ArchiveFormats breaks the API, but that's okRobin Rosenberg2014-04-251-0/+38
* Allow ArchiveCommand.registerFormat to be called twiceJonathan Nieder2014-04-161-1/+0
* Make ArchiveFormats final and implement equals()Jonathan Nieder2014-04-115-5/+55
* Prepare 3.4.0-SNAPSHOT buildsMatthias Sohn2014-03-053-8/+8
* Prepare 3.3.1-SNAPSHOT buildsMatthias Sohn2014-03-053-8/+8
* JGit v3.3.0.201403021825-rv3.3.0.201403021825-rMatthias Sohn2014-03-033-3/+3
* Prepare post 3.3.0RC1 buildsMatthias Sohn2014-02-203-3/+3
* JGit v3.3.0.201402191814-rc1v3.3.0.201402191814-rc1Matthias Sohn2014-02-203-3/+3
* Tag som non-localizable strings with NON-NLSRobin Rosenberg2014-01-106-18/+15
* Add missing package import for org.eclipse.jgit.archiveMatthias Sohn2014-01-071-0/+1
* archive: Include entries for directoriesJonathan Nieder2013-12-274-6/+105
* Prepare 3.3.0-SNAPSHOT buildsMatthias Sohn2013-12-053-7/+7
* Add uses directives to ensure OSGi wires jgit bundles correctlyMatthias Sohn2013-11-121-1/+5
* Merge "Revert "Close unfinished archive entries on error""Dave Borowitz2013-11-012-10/+4
|\
| * Revert "Close unfinished archive entries on error"Jonathan Nieder2013-09-232-10/+4
* | Prepare 3.2.0-SNAPSHOT buildsMatthias Sohn2013-10-033-7/+7
* | Prepare post 3.1.0 buildsstable-3.1Matthias Sohn2013-10-033-7/+7
* | JGit v3.1.0.201310021548-rv3.1.0.201310021548-rMatthias Sohn2013-10-023-4/+4
* | Prepare post 3.1.0 RC1 buildsMatthias Sohn2013-09-273-3/+3
* | JGit v3.1.0.201309270735-rc1v3.1.0.201309270735-rc1Matthias Sohn2013-09-273-3/+3
|/
* TarFormat: use tabs for indentDave Borowitz2013-07-171-1/+1
* Close unfinished archive entries on errorJonathan Nieder2013-07-172-4/+10
* Disable warning about assigning to parameterRobin Stocker2013-06-151-1/+1
* Prepare 3.1.0-SNAPSHOT buildsMatthias Sohn2013-06-133-7/+7
* 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-062-8/+11
* Add tbz2 archive formatJonathan Nieder2013-06-053-0/+73
* Fix javadoc of FormatActivatorMatthias Sohn2013-06-021-5/+7
* Fix version of dependency to package org.osgi.frameworkMatthias Sohn2013-06-011-1/+1
* 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-284-0/+140
* Maintain list of archive formats in one placeJonathan Nieder2013-05-281-4/+51
* Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-2420-0/+1034