| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Update Push to use latest API | Chris Aniszczyk | 2010-10-10 | 1 | -31/+17 |
* | | | Merge "Cleanup RefUpdateTest" | Chris Aniszczyk | 2010-10-10 | 1 | -33/+9 |
|\ \ \ |
|
| * | | | Cleanup RefUpdateTest | Shawn O. Pearce | 2010-10-08 | 1 | -33/+9 |
| |/ / |
|
* / / | Add "Branch" command | Mathias Kinzler | 2010-10-10 | 14 | -0/+1643 |
|/ / |
|
* | | Add support for single-slash URI | Christian Halstrick | 2010-10-08 | 2 | -19/+73 |
* | | Merge "Update build to use tycho 0.10.0" | Chris Aniszczyk | 2010-10-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Update build to use tycho 0.10.0 | Matthias Sohn | 2010-10-08 | 1 | -1/+1 |
* | | | Add "Pull" command | Mathias Kinzler | 2010-10-08 | 10 | -0/+772 |
* | | | Refactored URI parsing to detect wrong URIs | Christian Halstrick | 2010-10-08 | 2 | -28/+82 |
* | | | Fixed URI regexp regarding user/password part | Christian Halstrick | 2010-10-08 | 2 | -1/+25 |
* | | | Fix URIish tests to contain a hostname for git protocol | Christian Halstrick | 2010-10-08 | 1 | -2/+3 |
* | | | Introduce commented constants for the segments of an URI regex | Christian Halstrick | 2010-10-08 | 1 | -6/+51 |
|/ / |
|
* | | Externalize strings in TransportHttp | Matthias Sohn | 2010-10-08 | 6 | -36/+48 |
* | | Fix HTTP tests | Matthias Sohn | 2010-10-07 | 2 | -3/+3 |
* | | Merge "Support HTTP basic and digest authentication" | Chris Aniszczyk | 2010-10-07 | 3 | -24/+373 |
|\ \ |
|
| * | | Support HTTP basic and digest authentication | Shawn O. Pearce | 2010-09-28 | 3 | -24/+373 |
* | | | Split URI regex strings differently | Christian Halstrick | 2010-10-06 | 1 | -10/+17 |
* | | | Add pull operation related constants | Chris Aniszczyk | 2010-10-06 | 1 | -0/+14 |
* | | | Add PushCommand API | Chris Aniszczyk | 2010-10-05 | 5 | -1/+461 |
* | | | Increase core.streamFileThreshold default to 50 MiB | Shawn O. Pearce | 2010-10-04 | 8 | -109/+105 |
* | | | Merge "Update Fetch to use FetchCommand API" | Chris Aniszczyk | 2010-10-01 | 3 | -26/+23 |
|\ \ \ |
|
| * | | | Update Fetch to use FetchCommand API | Chris Aniszczyk | 2010-09-27 | 3 | -26/+23 |
| |/ / |
|
* | | | Merge "Add reflog message to TagCommand" | Chris Aniszczyk | 2010-09-29 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Add reflog message to TagCommand | Chris Aniszczyk | 2010-09-22 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Comment the use of System.gc in LocalDiskRepositoryTestCase | Robin Rosenberg | 2010-09-28 | 1 | -0/+5 |
* | | | Shut up findbugs/protect the shutdownHook in LocalDiskRepositoryTestcase | Robin Rosenberg | 2010-09-28 | 1 | -10/+11 |
* | | | Merge "Use only a single instance for NLS translation bundles" | Chris Aniszczyk | 2010-09-27 | 1 | -1/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | Use only a single instance for NLS translation bundles | Robin Rosenberg | 2010-09-26 | 1 | -1/+6 |
* | | | Merge "Update FetchCommand with dry run and thin options" | Chris Aniszczyk | 2010-09-27 | 1 | -0/+46 |
|\ \ \ |
|
| * | | | Update FetchCommand with dry run and thin options | Chris Aniszczyk | 2010-09-24 | 1 | -0/+46 |
| |/ / |
|
* | | | Return the documented value from DirCacheCheckout.checkout | Robin Rosenberg | 2010-09-27 | 1 | -1/+1 |
* | | | Merge "Extend merge support for bare repositories" | Christian Halstrick | 2010-09-27 | 7 | -39/+133 |
|\ \ \ |
|
| * | | | Extend merge support for bare repositories | Dmitry Fink | 2010-09-24 | 7 | -39/+133 |
* | | | | Implement HistogramDiff | Shawn O. Pearce | 2010-09-24 | 5 | -0/+679 |
* | | | | Reuse DiffPerformanceTest support code to validate algorithms | Shawn O. Pearce | 2010-09-24 | 3 | -28/+18 |
* | | | | Micro-optimize EditList.addAll | Shawn O. Pearce | 2010-09-24 | 1 | -0/+6 |
* | | | | debug-text-hashfunctions: Test suite for content hashes | Shawn O. Pearce | 2010-09-24 | 2 | -0/+508 |
| |/ /
|/| | |
|
* | | | Reduce content hash function collisions | Shawn O. Pearce | 2010-09-23 | 3 | -46/+45 |
* | | | Fix PatienceDiffTest | Shawn O. Pearce | 2010-09-23 | 1 | -1/+4 |
* | | | Define an abstract DiffAlgorithm test framework | Shawn O. Pearce | 2010-09-21 | 3 | -210/+199 |
* | | | Perform common start/end elimination by default for DiffAlgorithm | Shawn O. Pearce | 2010-09-21 | 4 | -100/+122 |
| |/
|/| |
|
* | | Remove unnecessary hash cache from PatienceDiffIndex | Shawn O. Pearce | 2010-09-21 | 1 | -40/+15 |
|/ |
|
* | Implement Bram Cohen's Patience Diff | Shawn O. Pearce | 2010-09-20 | 4 | -0/+925 |
* | Move cached element hash codes to HashedSequence | Shawn O. Pearce | 2010-09-20 | 7 | -49/+306 |
* | Micro-optimize reduceCommonStartEnd for RawText | Shawn O. Pearce | 2010-09-20 | 2 | -0/+109 |
* | Add Subsequence utility methods | Shawn O. Pearce | 2010-09-20 | 1 | -0/+75 |
* | Remove duplicate resource bundle entry | Matthias Sohn | 2010-09-19 | 1 | -1/+0 |
* | Fix dependency to jgit source bundle | Matthias Sohn | 2010-09-17 | 1 | -1/+1 |
* | Merge "Define a subsequence utility type" | Chris Aniszczyk | 2010-09-17 | 2 | -0/+167 |
|\ |
|
| * | Define a subsequence utility type | Shawn O. Pearce | 2010-09-10 | 2 | -0/+167 |