summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-162-2/+11
* Add support for --no-ff while mergingTomasz Zarna2012-11-162-4/+58
* Add a test for org.eclipse.jgit.pgm.TagTomasz Zarna2012-11-152-2/+9
* Do not fail when checking out HEADTomasz Zarna2012-11-151-0/+2
* Prefix an abnormal CLI command termination with 'fatal:'Tomasz Zarna2012-11-151-1/+0
* Merge "Fix formatting in org.eclipse.jgit.pgm.CLIText"Matthias Sohn2012-11-141-6/+2
|\
| * Fix formatting in org.eclipse.jgit.pgm.CLITextTomasz Zarna2012-11-111-6/+2
* | diff, log -p: do not use outs before it is initializedJonathan Nieder2012-11-142-4/+16
|/
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-0/+1
* Add --squash option to org.eclipse.jgit.pgm.MergeTomasz Zarna2012-10-072-1/+11
* Revert "The constructor CmdLineException(String) is deprecated"Shawn O. Pearce2012-09-265-35/+20
* Remove uses of TextBuiltin.out in favor of outwRobin Rosenberg2012-09-233-14/+18
* The constructor CmdLineException(String) is deprecatedTomasz Zarna2012-09-235-20/+35
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-2211-26/+58
* Add tests for output result of merging -- org.eclipse.jgit.pgm.MergeTomasz Zarna2012-09-172-0/+3
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-1637-220/+261
* Added new Status CLI command 'jgit status'Robin Rosenberg2012-09-092-2/+199
* Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna2012-09-052-2/+43
* Fix NPE when notes are presentRobin Rosenberg2012-09-051-1/+1
* Garbage collector for FileRepositoriesChristian Halstrick2012-07-291-0/+58
* show: Implement command line show for any objectShawn O. Pearce2012-07-182-0/+317
* Typo in CLIText#unknownMergeStratey, should be #unknownMergeStrategyTomasz Zarna2012-07-142-2/+2
* Add config --list command to pgmTomasz Zarna2012-05-231-0/+121
* Add user friendly output from jgit commit commandMikael Karlsson2012-05-181-1/+6
* Add --all switch to org.eclipse.jgit.pgm.CommitTomasz Zarna2012-05-102-2/+9
* Fix broken TagCommand APIRobin Rosenberg2012-04-061-4/+5
* cleanup: Get rid of some unused-warningsRobin Rosenberg2012-03-092-3/+3
* Merge "Allow to list tags with org.eclipse.jgit.pgm.Tag"Robin Rosenberg2012-01-251-7/+20
|\
| * Allow to list tags with org.eclipse.jgit.pgm.TagTomasz Zarna2011-12-021-7/+20
* | Allow to amend commits with JGit CLITomasz Zarna2011-12-181-0/+4
|/
* Make use of the many date formatting options in the log commandRobin Rosenberg2011-10-261-12/+14
* Add a method to SystemReader to get the time zoneRobin Rosenberg2011-10-201-1/+2
* Document the show methods of RevWalkTextBuiltinRobin Rosenberg2011-09-181-0/+22
* Fix a boxing warning in org.eclipse.jgit.pgm.RevWalkTextBuiltinRobin Rosenberg2011-09-181-2/+4
* Use the appropriate constant for ".git"Robin Rosenberg2011-08-272-2/+2
* blame: Implement blame on the command lineShawn O. Pearce2011-08-132-0/+351
* Fix jgit rev-list --objects masterShawn O. Pearce2011-08-081-3/+5
* Merge "Merge in JGit CLI is missing break statement"Chris Aniszczyk2011-07-121-0/+1
|\
| * Merge in JGit CLI is missing break statementTomasz Zarna2011-07-121-0/+1
* | RFC: Ugly fix for i18n of metaVar CLI argumentsRobin Rosenberg2011-06-202-0/+67
|/
* Added Merge command to the CLIChristian Halstrick2011-03-292-0/+130
* Registering the Checkout command and fixed a typo.Sasa Zivkov2011-03-241-1/+1
* PushCommand: Add utilities for --all, --tagsShawn O. Pearce2011-03-151-6/+6
* Make --git-dir optional for 'jgit init'Philipp Thun2011-03-151-1/+2
* Always fetch tags during cloneShawn O. Pearce2011-03-141-0/+2
* Add -o option to commit commandPhilipp Thun2011-03-112-2/+18
* Improve readability of timestamps shown by debug-show-dir-cacheMatthias Sohn2011-03-031-1/+1
* Enhance debug-show-dir-cache command to show stageMatthias Sohn2011-03-031-0/+4
* PackWriter: Avoid CRC-32 validation when feeding IndexPackShawn O. Pearce2011-03-021-1/+1
* Merge "ProgressMonitor: Refactor to use background alarms"Chris Aniszczyk2011-03-011-1/+4
|\