summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "archive: Release resources before returning"Shawn Pearce2013-04-261-18/+22
|\ \
| * | archive: Release resources before returningJonathan Nieder2013-04-261-18/+22
| |/
* / status: Print conflict description for unmerged pathsRobin Stocker2013-04-193-5/+63
|/
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-181-6/+7
* Make recursive merge strategy the default merge strategyMatthias Sohn2013-04-151-1/+1
* Merge "clean up merge squash and no-commit messages in pgm"Christian Halstrick2013-04-092-1/+2
|\
| * clean up merge squash and no-commit messages in pgmTomasz Zarna2013-04-082-1/+2
* | Merge changes I8445070d,I38f10d62,I2af0bf68Matthias Sohn2013-04-081-1/+1
|\ \ | |/ |/|
| * Fix plugin provider names to conform with release train requirementMatthias Sohn2013-04-081-1/+1
* | Detect and handle a checkout conflict during merge nicelyRobin Rosenberg2013-04-083-1/+17
|/
* Add the no-commit option to MergeCommandTomasz Zarna2013-04-044-1/+16
* Indicate initial commit on a branch in the reflogRobin Rosenberg2013-04-021-7/+1
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-211-0/+10
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-1810-47/+44
* Break the dependency on RevObject when creating a newObjectToPack().Colby Ranger2013-03-041-1/+1
* Must use double single quotes around parametersRobin Rosenberg2013-02-161-5/+5
* Add the --branch flag to the jgit clone commandRobin Rosenberg2013-02-163-2/+17
* Prepare 2.4.0-SNAPSHOT buildsMatthias Sohn2013-02-143-29/+29
* Remove unused importsMatthias Sohn2013-02-141-4/+0
* Remove unused availableRefs local from Clone.guessHEADJonathan Nieder2013-02-121-3/+0
* Delete the iplog generatorMatthias Sohn2013-01-097-237/+0