summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ProgressMonitor: Refactor to use background alarmsShawn O. Pearce2011-02-281-1/+4
* | Show notes in Log CLI command - Part 2Sasa Zivkov2011-03-013-39/+28
|/
* Show notes in Log CLI commandSasa Zivkov2011-02-231-0/+120
* Add Reset to the JGit CLIChris Aniszczyk2011-02-171-0/+89
* pgm: Make --git-dir a stringShawn O. Pearce2011-02-156-18/+27
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-141-6/+10
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-2/+2
* Fixed several NPEs in the Fetch CLISasa Zivkov2011-01-261-5/+10
* Fixed NLS in JGit command line interfaceSasa Zivkov2011-01-261-2/+2
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-251-17/+18
* clone: Use DirCacheCheckoutShawn O. Pearce2010-12-201-9/+4
* Reduce calls to Repository.getConfigShawn O. Pearce2010-12-151-5/+8
* Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-081-1/+4
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-073-4/+1
* Avoid NPE in InitChris Aniszczyk2010-12-071-2/+5
* Update Init to use InitCommandChris Aniszczyk2010-12-051-9/+7
* Make diff algorithm configurableChristian Halstrick2010-11-261-13/+2
* Add the Checkout command to the Git CLIChris Aniszczyk2010-11-231-0/+71
* Update Rm in the JGit CLIChris Aniszczyk2010-11-221-38/+12
* Implement command line support for CredentialsProviderShawn O. Pearce2010-11-101-3/+3
* Merge "Make Repository.shortenRefName static"Shawn Pearce2010-11-081-1/+1
|\
| * Make Repository.shortenRefName staticRobin Stocker2010-11-061-1/+1