aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix QuotedString.GIT_PATH escaping rulesShawn O. Pearce2010-09-032-2/+17
* Remove costly quoting test in DiffFormatterShawn O. Pearce2010-09-031-2/+1
* Merge branch 'unpack-error'Shawn O. Pearce2010-09-035-5/+123
|\
| * ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce2010-09-035-5/+123
* | Move ObjectDirectory streaming limit to WindowCacheConfigShawn O. Pearce2010-09-027-30/+35
* | diff: Default arguments to HEAD, working directoryShawn O. Pearce2010-09-022-4/+37
* | Support creating the working directory differenceShawn O. Pearce2010-09-025-41/+471
* | Fix TreeWalk bug comparing DirCache and WorkingTree with ANY_DIFFShawn O. Pearce2010-09-026-6/+32
* | 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-027-149/+441
* | Merge "Fix RepositoryState.MERGING"Chris Aniszczyk2010-09-021-2/+2
|\ \
| * | Fix RepositoryState.MERGINGJens Baumgart2010-09-021-2/+2
* | | Merge "Add reset() to AbstractTreeIterator API"Chris Aniszczyk2010-09-025-0/+45
|\ \ \
| * | | Add reset() to AbstractTreeIterator APIShawn O. Pearce2010-09-015-0/+45
* | | | Merge "Improve DiffFormatter text file access"Chris Aniszczyk2010-09-021-38/+75
|\| | |
| * | | Improve DiffFormatter text file accessShawn O. Pearce2010-09-011-38/+75
* | | | Merge "Correct diff header formatting"Chris Aniszczyk2010-09-022-84/+235
|\| | |
| * | | Correct diff header formattingShawn O. Pearce2010-09-012-84/+235
* | | | Merge "Remove duplicated code in DiffFormatter"Chris Aniszczyk2010-09-021-33/+23
|\| | |
| * | | Remove duplicated code in DiffFormatterShawn O. Pearce2010-09-011-33/+23
* | | | Merge "Adding sorting to LongList"Christian Halstrick2010-09-021-0/+7
|\ \ \ \
| * | | | Adding sorting to LongListShawn O. Pearce2010-09-021-0/+7
* | | | | Merge "Use int[] rather than IntList for RawText hashes"Christian Halstrick2010-09-025-11/+9
|\| | | | | |_|/ / |/| | |
| * | | Use int[] rather than IntList for RawText hashesShawn O. Pearce2010-09-015-11/+9
* | | | Merge "Add toString and improve Javadoc of NotIgnoredFilter"Chris Aniszczyk2010-09-011-13/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Add toString and improve Javadoc of NotIgnoredFilterShawn O. Pearce2010-09-011-13/+11
* | | | Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-0123-32/+122
|/ / /
* | | IndexDiff honors Index entries' "skipWorkTree" flag.Marc Strapetz2010-09-012-2/+100
* | | Merge "Avoid double quotes in Git Config"Shawn Pearce2010-09-012-4/+34
|\ \ \
| * | | Avoid double quotes in Git ConfigMathias Kinzler2010-09-012-4/+34
* | | | Merge "Add FS.detect() for detection of file system abstraction."Shawn Pearce2010-09-011-6/+34
|\ \ \ \ | |_|/ / |/| | |
| * | | Add FS.detect() for detection of file system abstraction.Marc Strapetz2010-09-011-6/+34
| |/ /
* | | Move DiffFormatter default initialization to fieldsShawn O. Pearce2010-09-011-4/+2
* | | Correct Javadoc of DiffFormatter classShawn O. Pearce2010-09-011-1/+1
* | | diff: Fix bad metaVar reference in --abbrev optionShawn O. Pearce2010-09-011-1/+1
|/ /
* | Extend DirCache test case to check "intent to add" flag.Marc Strapetz2010-08-312-2/+5
* | Partial support for index file format "3".Marc Strapetz2010-08-316-15/+115
* | Merge "DirCacheEntry: UPDATE_NEEDED should be in-core flag."Shawn Pearce2010-08-311-4/+8
|\ \
| * | DirCacheEntry: UPDATE_NEEDED should be in-core flag.Marc Strapetz2010-08-311-4/+8
* | | Add test for RawParseUtils.formatBase10Shawn O. Pearce2010-08-311-0/+70
* | | Fix RawParseUtils.formatBase10 to work with negative valuesMarc Strapetz2010-08-311-0/+2
* | | Remove deprecated PersonIdent constructorChris Aniszczyk2010-08-311-24/+0
* | | Improve MergeAlgorithm to produce smaller conflictsChristian Halstrick2010-08-312-6/+48
* | | Fix build of JGit source bundle and featureMatthias Sohn2010-08-312-1/+41
* | | Let Resolve be the default Merge strategyChristian Halstrick2010-08-311-1/+1
* | | Added merge strategy RESOLVEChristian Halstrick2010-08-317-104/+1064
* | | Merge "Add one more test to ReadTreeTest"Chris Aniszczyk2010-08-301-0/+14
|\ \ \
| * | | Add one more test to ReadTreeTestChristian Halstrick2010-08-301-0/+14
* | | | Wait for JIT optimization before measuring diff performanceMatthias Sohn2010-08-301-4/+12
* | | | Generate source plugin and source feature for jgitMatthias Sohn2010-08-3011-0/+518
| |_|/ |/| |