aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Update FetchCommand with dry run and thin options"Chris Aniszczyk2010-09-271-0/+46
|\
| * Update FetchCommand with dry run and thin optionsChris Aniszczyk2010-09-241-0/+46
* | Return the documented value from DirCacheCheckout.checkoutRobin Rosenberg2010-09-271-1/+1
* | Merge "Extend merge support for bare repositories"Christian Halstrick2010-09-277-39/+133
|\ \
| * | Extend merge support for bare repositoriesDmitry Fink2010-09-247-39/+133
* | | Implement HistogramDiffShawn O. Pearce2010-09-245-0/+679
* | | Reuse DiffPerformanceTest support code to validate algorithmsShawn O. Pearce2010-09-243-28/+18
* | | Micro-optimize EditList.addAllShawn O. Pearce2010-09-241-0/+6
* | | debug-text-hashfunctions: Test suite for content hashesShawn O. Pearce2010-09-242-0/+508
| |/ |/|
* | Reduce content hash function collisionsShawn O. Pearce2010-09-233-46/+45
* | Fix PatienceDiffTestShawn O. Pearce2010-09-231-1/+4
* | Define an abstract DiffAlgorithm test frameworkShawn O. Pearce2010-09-213-210/+199
* | Perform common start/end elimination by default for DiffAlgorithmShawn O. Pearce2010-09-214-100/+122
* | Remove unnecessary hash cache from PatienceDiffIndexShawn O. Pearce2010-09-211-40/+15
|/
* Implement Bram Cohen's Patience DiffShawn O. Pearce2010-09-204-0/+925
* Move cached element hash codes to HashedSequenceShawn O. Pearce2010-09-207-49/+306
* Micro-optimize reduceCommonStartEnd for RawTextShawn O. Pearce2010-09-202-0/+109
* Add Subsequence utility methodsShawn O. Pearce2010-09-201-0/+75
* Remove duplicate resource bundle entryMatthias Sohn2010-09-191-1/+0
* Fix dependency to jgit source bundleMatthias Sohn2010-09-171-1/+1
* Merge "Define a subsequence utility type"Chris Aniszczyk2010-09-172-0/+167
|\
| * Define a subsequence utility typeShawn O. Pearce2010-09-102-0/+167
* | Merge "Define DiffAlgorithm as an abstract function"Chris Aniszczyk2010-09-177-19/+112
|\|
| * Define DiffAlgorithm as an abstract functionShawn O. Pearce2010-09-107-19/+112
* | Add FetchCommandChris Aniszczyk2010-09-176-0/+435
* | Fix UnsupportedOperationException while fixing thin packShawn O. Pearce2010-09-171-6/+7
* | Merge "Remove unnecessary failing test method"Shawn Pearce2010-09-171-11/+0
|\ \
| * | Remove unnecessary failing test methodStefan Lay2010-09-171-11/+0
* | | Merge "Probe filesystem and set core.filemode correctly"Stefan Lay2010-09-171-1/+17
|\| |
| * | Probe filesystem and set core.filemode correctlyShawn O. Pearce2010-09-151-1/+17
| |/
* | Qualify builds as 0.10.0Shawn O. Pearce2010-09-1627-167/+167
* | Merge branch 'stable-0.9'Shawn O. Pearce2010-09-1635-203/+617
|\ \
| * | Qualify post-0.9.3 buildsstable-0.9Matthias Sohn2010-09-1627-168/+168
| * | JGit 0.9.3v0.9.3Matthias Sohn2010-09-1627-168/+168
| * | Merge "Qualify post-0.9.1 builds" into stable-0.9Chris Aniszczyk2010-09-1527-168/+168
| |\ \
| | * | Qualify post-0.9.1 buildsMatthias Sohn2010-09-1527-168/+168
| * | | clone: Correct formatting of init messageShawn O. Pearce2010-09-152-4/+10
| * | | Fix cloning of repositories with big objectsShawn O. Pearce2010-09-154-16/+54
| |/ /
| * | JGit 0.9.1v0.9.1Matthias Sohn2010-09-1527-168/+168
| * | Fix PlotCommitList to set lanes on child-less commitsChristian Halstrick2010-09-142-15/+385
* | | 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