aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * debug-show-packdelta: Dump a pack delta to the consoleShawn O. Pearce2010-07-091-0/+127
| * 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-264-4/+4
| * 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
| * Use CoreConfig, UserConfig and TransferConfig directlyShawn O. Pearce2010-06-231-1/+3
* | log: Implement --followShawn O. Pearce2010-07-032-11/+62
* | log: Add whitespace ignore optionsShawn O. Pearce2010-07-032-30/+89
* | Redo DiffFormatter API to be easier to useShawn O. Pearce2010-07-032-9/+10
* | log, diff: Add rename detection supportShawn O. Pearce2010-07-033-70/+136
* | Added check for binary files while diffingJeff Schumacher2010-06-291-6/+17
* | Added further support for whitespace ignoring during diffJeff Schumacher2010-06-281-2/+28
|/
* Make constant static in RebuildCommitGraphRobin Rosenberg2010-06-131-1/+1
* Repository can be configured with FSMarc Strapetz2010-06-041-1/+2
* Externalize strings in Commit commandShawn O. Pearce2010-05-282-4/+5