aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add --all option to RevWalkTextBuiltinChristian Halstrick2010-09-161-0/+17
* Merge branch 'stable-0.9'Shawn O. Pearce2010-09-101-1/+1
|\
| * Correct Javadoc for WS_IGNORE_CHANGE comparatorShawn O. Pearce2010-09-101-1/+1
* | Allow ../relative paths in remotesChris West (Faux)2010-09-102-1/+16
|/
* Merge changes I3668a396,I18f48321,I121f356cMatthias Sohn2010-09-0910-192/+402
|\
| * Unpack and cache large deltas as loose objectsShawn O. Pearce2010-09-075-61/+105
| * Remember loose objects and fast-track their lookupShawn O. Pearce2010-09-073-2/+176
| * Correctly name DeltaBaseCacheShawn O. Pearce2010-09-074-16/+8
* | Update .eclipse_iplog for 0.9Matthias Sohn2010-09-081-0/+5
|/
* Support core.autocrlf = inputShawn O. Pearce2010-09-079-11/+187
* Refactor diff sequence APIShawn O. Pearce2010-09-0626-688/+573
* Merge "Reduce compares in Edit.getType"Chris Aniszczyk2010-09-061-7/+12
|\
| * Reduce compares in Edit.getTypeShawn O. Pearce2010-09-031-7/+12
* | Fix checkReferencedIsReachable to use correct base listShawn O. Pearce2010-09-063-14/+34
* | Discard object bodies when checking connectivityShawn O. Pearce2010-09-061-0/+2
* | DeltaStream: Fix data corruption when reading large copiesShawn O. Pearce2010-09-062-2/+21
* | Use 8192 as default buffer size in ObjectLoader copyToShawn O. Pearce2010-09-061-1/+1
* | Merge "Add helper methods to Edit"Chris Aniszczyk2010-09-062-1/+65
|\|
| * Add helper methods to EditShawn O. Pearce2010-09-032-1/+65
* | Merge "log: Fix commit headers and -p flag"Shawn O. Pearce2010-09-061-1/+1
|\|
| * log: Fix commit headers and -p flagShawn O. Pearce2010-09-031-1/+1
* | Merge "Use 5 MiB for RevWalk default limit"Shawn O. Pearce2010-09-062-27/+3
|\ \
| * | Use 5 MiB for RevWalk default limitShawn O. Pearce2010-09-022-27/+3
* | | cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg2010-09-052-2/+0
| |/ |/|
* | 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