aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow object reuse selection to occur in parallelShawn O. Pearce2010-08-201-1/+3
* Make Tag class only for writingShawn O. Pearce2010-08-203-8/+38
* Make Commit class only for writingShawn O. Pearce2010-08-202-14/+31
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-1/+1
* Hide Maven target directories from EclipseRobin Rosenberg2010-08-081-0/+11
* Merge changes I39bfefee,I47795987,I70d120fb,I58cc5e01,I96bee7b9Shawn O. Pearce2010-08-053-1/+40
|\
| * Pass PackConfig down to PackWriter when packingShawn O. Pearce2010-07-283-1/+40
* | 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-2221-121/+203
|\
| * debug-show-packdelta: Dump a pack delta to the consoleShawn O. Pearce2010-07-093-0/+129
| * amend commit: Refactor repository construction to builder classShawn O. Pearce2010-07-031-3/+3
| * Move DirCache factory methods to RepositoryShawn O. Pearce2010-06-306-7/+6
| * Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-0/+1
| * Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+1
| * Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-282-10/+7
| * Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-265-4/+5
| * Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-251-3/+5
| * Rename Repository getWorkDir to getWorkTreeShawn O. Pearce2010-06-253-3/+3
| * Refactor repository construction to builder classShawn O. Pearce2010-06-251-68/+8
| * Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-2/+2
| * Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-251-7/+10
| * Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-253-6/+6
| * Use FileKey to resolve Git repository argumentsShawn O. Pearce2010-06-252-18/+26