summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
Commit message (Expand)AuthorAgeFilesLines
* Prepare post 3.1.0 buildsstable-3.1Matthias Sohn2013-10-033-33/+33
* 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
* Prepare re-signing pgm's ueberjar to avoid SecurityExceptionMatthias Sohn2013-09-241-0/+14
* Merge branch 'stable-3.0'Matthias Sohn2013-09-171-2/+0
|\
| * JGit v3.0.3.201309161630-rv3.0.3.201309161630-rstable-3.0Matthias Sohn2013-09-163-4/+4
* | Merge branch 'stable-3.0'Matthias Sohn2013-09-113-1/+10
|\|
| * Prepare post 3.0.2 buildsMatthias Sohn2013-09-113-32/+32
| * JGit v3.0.2.201311090911-rv3.0.2.201311090911-rMatthias Sohn2013-09-113-3/+3
| * Prepare post 3.0.2-rc2 buildsMatthias Sohn2013-09-043-3/+3
| * JGit v3.0.2.201309041250-rc2v3.0.2.201309041250-rc2Matthias Sohn2013-09-043-3/+3
| * Prepare 3.0.2-SNAPSHOT buildsMatthias Sohn2013-08-193-32/+32
| * Prepare post 3.0.0.201306101825-r buildsMatthias Sohn2013-06-133-3/+3
| * JGit v3.0.0.201306101825-rv3.0.0.201306101825-rMatthias Sohn2013-06-113-3/+3
| * Prepare post 3.0.0 RC3 buildsMatthias Sohn2013-06-043-3/+3
| * JGit v3.0.0.201306040240-rc3v3.0.0.201306040240-rc3Matthias Sohn2013-06-043-3/+3
| * Prepare post 3.0.0-rc2 buildsMatthias Sohn2013-05-293-3/+3
| * JGit v3.0.0.201305281830-rc2v3.0.0.201305281830-rc2Matthias Sohn2013-05-293-3/+3
| * Prepare post 3.0.0 M7 buildsMatthias Sohn2013-05-083-3/+3
| * JGit v3.0.0.201305080800-m7v3.0.0.201305080800-m7Matthias Sohn2013-05-083-3/+3
* | Add missing usage texts for JGit commandline commandsMatthias Sohn2013-09-0922-12/+73
* | Add --quiet flag to pgm fetch.Colby Ranger2013-08-052-1/+6
* | Add path option to StatusCommandChristian Halstrick2013-07-211-1/+10
* | Move gc to package org.eclipse.jgit.pgmMatthias Sohn2013-06-222-3/+2
* | Disable warning about assigning to parameterRobin Stocker2013-06-151-1/+1
* | Prepare 3.1.0-SNAPSHOT buildsMatthias Sohn2013-06-133-33/+33
* | 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-249-542/+11
* | Remove dependency by ArchiveCommand on archive formatsJonathan Nieder2013-05-249-6/+116
* | Drop dependency by ArchiveCommand.Format interface on commons-compressJonathan Nieder2013-05-233-18/+27
* | ArchiveCommand.Format: pass output stream as first argument to putEntryJonathan Nieder2013-05-233-9/+10
* | ArchiveCommand: make archive formats non-inner classesJonathan Nieder2013-05-236-81/+222
|/
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-0646-34/+46
* Merge "Require a DiffConfig when creating a FollowFilter"Shawn Pearce2013-05-051-6/+8
|\
| * Require a DiffConfig when creating a FollowFilterDave Borowitz2013-05-051-6/+8
* | Extend the FS class for Java7Robin Rosenberg2013-05-041-1/+20
* | Fix line endingsMatthias Sohn2013-05-031-82/+82
|/
* ArchiveCommand: Add missing @since tagJonathan Nieder2013-04-301-0/+2
* Merge "Cleanup imports and javadocs in ArchiveCommand"Robin Rosenberg2013-04-271-3/+6
|\
| * Cleanup imports and javadocs in ArchiveCommandRobin Rosenberg2013-04-271-3/+6
* | Delete CLIText strings previously used in iplog generatorJonathan Nieder2013-04-272-6/+0
* | Merge "Make the Reflog a public API again"Robin Rosenberg2013-04-271-1/+1
|\ \ | |/ |/|
| * Make the Reflog a public API againRobin Rosenberg2013-04-261-1/+1
* | ArchiveCommand: Do not warn for unsupported file modeJonathan Nieder2013-04-263-13/+7
* | Add internal porcelain-style API for ArchiveCommandJonathan Nieder2013-04-264-124/+288