summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
Commit message (Expand)AuthorAgeFilesLines
* JGit 0.10.1v0.10.1Matthias Sohn2010-12-172-21/+21
* 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-232-0/+74
* 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-083-3/+5
* | Merge "Implemented the git add commandline command."Chris Aniszczyk2010-11-073-5/+81
|\ \ | |/ |/|
| * Implemented the git add commandline command.Sasa Zivkov2010-11-073-5/+81
* | 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-262-0/+19
* 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-112-0/+401
* | 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-242-0/+508
|/
* Qualify builds as 0.10.0Shawn O. Pearce2010-09-162-21/+21
* Merge branch 'stable-0.9'Shawn O. Pearce2010-09-164-25/+31
|\
| * Qualify post-0.9.3 buildsstable-0.9Matthias Sohn2010-09-162-21/+21
| * JGit 0.9.3v0.9.3Matthias Sohn2010-09-162-21/+21
| * Merge "Qualify post-0.9.1 builds" into stable-0.9Chris Aniszczyk2010-09-152-21/+21
| |\
| | * Qualify post-0.9.1 buildsMatthias Sohn2010-09-152-21/+21
| * | clone: Correct formatting of init messageShawn O. Pearce2010-09-152-4/+10
| |/
| * JGit 0.9.1v0.9.1Matthias Sohn2010-09-152-21/+21
* | 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-022-4/+37
* log, diff: Add --src-prefix, --dst-prefix, --no-prefixShawn O. Pearce2010-09-023-0/+35
* Move rename detection, path following into DiffFormatterShawn O. Pearce2010-09-023-108/+61
* Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-012-4/+5
* diff: Fix bad metaVar reference in --abbrev optionShawn O. Pearce2010-09-011-1/+1
* Revert "Hide Maven target directories from Eclipse"Robin Rosenberg2010-08-281-11/+0
* Remove unused importMatthias Sohn2010-08-261-1/+0
* Merge "Fix parsing of multiple authors in PersonIdent."Shawn Pearce2010-08-261-1/+2
|\
| * Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-261-1/+2
* | Run formatter on edited lines via save actionChris Aniszczyk2010-08-261-3/+4
|/
* 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