aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Update Push to use latest APIChris Aniszczyk2010-10-101-31/+17
* | | Merge "Cleanup RefUpdateTest"Chris Aniszczyk2010-10-101-33/+9
|\ \ \
| * | | Cleanup RefUpdateTestShawn O. Pearce2010-10-081-33/+9
| |/ /
* / / Add "Branch" commandMathias Kinzler2010-10-1014-0/+1643
|/ /
* | Add support for single-slash URIChristian Halstrick2010-10-082-19/+73
* | Merge "Update build to use tycho 0.10.0"Chris Aniszczyk2010-10-081-1/+1
|\ \
| * | Update build to use tycho 0.10.0Matthias Sohn2010-10-081-1/+1
* | | Add "Pull" commandMathias Kinzler2010-10-0810-0/+772
* | | Refactored URI parsing to detect wrong URIsChristian Halstrick2010-10-082-28/+82
* | | Fixed URI regexp regarding user/password partChristian Halstrick2010-10-082-1/+25
* | | Fix URIish tests to contain a hostname for git protocolChristian Halstrick2010-10-081-2/+3
* | | Introduce commented constants for the segments of an URI regexChristian Halstrick2010-10-081-6/+51
|/ /
* | Externalize strings in TransportHttpMatthias Sohn2010-10-086-36/+48
* | Fix HTTP testsMatthias Sohn2010-10-072-3/+3
* | Merge "Support HTTP basic and digest authentication"Chris Aniszczyk2010-10-073-24/+373
|\ \
| * | Support HTTP basic and digest authenticationShawn O. Pearce2010-09-283-24/+373
* | | Split URI regex strings differentlyChristian Halstrick2010-10-061-10/+17
* | | Add pull operation related constantsChris Aniszczyk2010-10-061-0/+14
* | | Add PushCommand APIChris Aniszczyk2010-10-055-1/+461
* | | Increase core.streamFileThreshold default to 50 MiBShawn O. Pearce2010-10-048-109/+105
* | | Merge "Update Fetch to use FetchCommand API"Chris Aniszczyk2010-10-013-26/+23
|\ \ \
| * | | Update Fetch to use FetchCommand APIChris Aniszczyk2010-09-273-26/+23
| |/ /
* | | Merge "Add reflog message to TagCommand"Chris Aniszczyk2010-09-291-0/+1
|\ \ \
| * | | Add reflog message to TagCommandChris Aniszczyk2010-09-221-0/+1
| | |/ | |/|
* | | Comment the use of System.gc in LocalDiskRepositoryTestCaseRobin Rosenberg2010-09-281-0/+5
* | | Shut up findbugs/protect the shutdownHook in LocalDiskRepositoryTestcaseRobin Rosenberg2010-09-281-10/+11
* | | Merge "Use only a single instance for NLS translation bundles"Chris Aniszczyk2010-09-271-1/+6
|\ \ \ | |_|/ |/| |
| * | Use only a single instance for NLS translation bundlesRobin Rosenberg2010-09-261-1/+6
* | | 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