aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Update Tag to use TagCommand APIChris Aniszczyk2010-09-221-55/+11
* | Fix NPE when calling CreateBranch without explict startpointChristian Halstrick2010-10-122-4/+9
* | Remove wrong comment in MergeCommandChristian Halstrick2010-10-121-3/+0
* | Remove AmbiguousObjectException from BranchCreateCommand.call()Christian Halstrick2010-10-122-8/+2
* | Delete PatienceDiffShawn O. Pearce2010-10-114-725/+0
* | Use HistogramDiff by default in DiffFormatterShawn O. Pearce2010-10-111-2/+2
* | debug-diff-algorithms: Real world performance test implementationsShawn O. Pearce2010-10-112-0/+401
* | Merge "Define LowLevelDiffAlgorithm to bypass re-hashing"Chris Aniszczyk2010-10-113-29/+125
|\ \
| * | Define LowLevelDiffAlgorithm to bypass re-hashingShawn O. Pearce2010-10-103-29/+125
* | | Merge changes I50dcec81,Ieab28bb3Chris Aniszczyk2010-10-112-7/+10
|\| |
| * | Fix empty block corner case in PatienceDiffShawn O. Pearce2010-10-101-0/+2
| * | Fix infinite loop in PatienceDiffShawn O. Pearce2010-10-101-7/+8
* | | Fix corrupted large deltasShawn O. Pearce2010-10-101-1/+1
* | | 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
| |/ / |/| |