aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed help of Diff and ShowCommands commandsChristian Halstrick2010-11-082-2/+2
* | Merge "Implemented the git add commandline command."Chris Aniszczyk2010-11-071-0/+71
|\ \ | |/ |/|
| * Implemented the git add commandline command.Sasa Zivkov2010-11-071-0/+71
* | Fixed the git init to properly set bare=trueSasa Zivkov2010-11-051-0/+3
|/
* Add option to select diff algorithm for diff commandChristian Halstrick2010-10-261-0/+18
* Allow pgm Main to be extendedShawn O. Pearce2010-10-161-21/+51
* Fix three-word command namesShawn O. Pearce2010-10-141-0/+1
* Merge "Update Tag to use TagCommand API"Shawn Pearce2010-10-121-55/+11
|\
| * Update Tag to use TagCommand APIChris Aniszczyk2010-09-221-55/+11
* | Delete PatienceDiffShawn O. Pearce2010-10-111-27/+0
* | debug-diff-algorithms: Real world performance test implementationsShawn O. Pearce2010-10-111-0/+400
* | Update Push to use latest APIChris Aniszczyk2010-10-101-31/+17
* | Update Fetch to use FetchCommand APIChris Aniszczyk2010-09-273-26/+23
* | debug-text-hashfunctions: Test suite for content hashesShawn O. Pearce2010-09-241-0/+507
|/
* Merge branch 'stable-0.9'Shawn O. Pearce2010-09-162-4/+10
|\
| * clone: Correct formatting of init messageShawn O. Pearce2010-09-152-4/+10
* | Add --all option to RevWalkTextBuiltinChristian Halstrick2010-09-161-0/+17
|/
* Refactor diff sequence APIShawn O. Pearce2010-09-062-16/+10
* log: Fix commit headers and -p flagShawn O. Pearce2010-09-031-1/+1
* diff: Default arguments to HEAD, working directoryShawn O. Pearce2010-09-021-4/+36
* log, diff: Add --src-prefix, --dst-prefix, --no-prefixShawn O. Pearce2010-09-022-0/+32
* Move rename detection, path following into DiffFormatterShawn O. Pearce2010-09-022-108/+60
* Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-011-4/+4
* diff: Fix bad metaVar reference in --abbrev optionShawn O. Pearce2010-09-011-1/+1
* Remove unused importMatthias Sohn2010-08-261-1/+0
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-261-1/+2
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-233-43/+82
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-232-2/+2
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-232-3/+5
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-201-1/+2
* Allow object reuse selection to occur in parallelShawn O. Pearce2010-08-201-1/+3
* Make Tag class only for writingShawn O. Pearce2010-08-202-8/+37
* Make Commit class only for writingShawn O. Pearce2010-08-202-14/+31
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-1/+1
* Merge changes I39bfefee,I47795987,I70d120fb,I58cc5e01,I96bee7b9Shawn O. Pearce2010-08-052-1/+37
|\
| * Pass PackConfig down to PackWriter when packingShawn O. Pearce2010-07-282-1/+37
* | Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-042-8/+8
* | Allow version builtin to run without git repositoryBenjamin Muskalla2010-08-021-0/+5
|/
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-274-5/+5
* Merge branch 'delta'Shawn O. Pearce2010-07-2219-121/+200
|\