Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Add FindBugs and CPD to the build. | Chris Aniszczyk | 2010-10-23 | 5 | -1/+158 | |
|/ / | ||||||
* | | Make ObjectDirectory getPacks() work the first time | Shawn O. Pearce | 2010-10-20 | 1 | -1/+4 | |
* | | Update CachedObjectDirectory when inserting objects | Shawn O. Pearce | 2010-10-17 | 4 | -15/+37 | |
* | | IndexPack: Make translated progress messages non-static | Shawn O. Pearce | 2010-10-17 | 1 | -8/+3 | |
* | | Merge "Allow pgm Main to be extended" | Matthias Sohn | 2010-10-17 | 1 | -21/+51 | |
|\ \ | ||||||
| * | | Allow pgm Main to be extended | Shawn O. Pearce | 2010-10-16 | 1 | -21/+51 | |
* | | | Fix possible NPE in DirCacheCheckout | Christian Halstrick | 2010-10-18 | 1 | -4/+7 | |
|/ / | ||||||
* / | Add Cherry-Pick command | Christian Halstrick | 2010-10-15 | 6 | -0/+403 | |
|/ | ||||||
* | Add getString utility functions to RawText | Shawn O. Pearce | 2010-10-13 | 1 | -2/+63 | |
* | Remove dead RawText(RawTextComparator) constructor | Shawn O. Pearce | 2010-10-13 | 5 | -31/+16 | |
* | Fix RawTextComparator reduceCommonStartEnd at empty lines | Shawn O. Pearce | 2010-10-13 | 2 | -0/+27 | |
* | Correct spelling of tests in HistogramDiffTest | Shawn O. Pearce | 2010-10-13 | 1 | -2/+2 | |
* | Fix three-word command names | Shawn O. Pearce | 2010-10-14 | 1 | -0/+1 | |
* | Generate correct version for jgit source bundle | Matthias Sohn | 2010-10-13 | 3 | -35/+59 | |
* | Rename method to ResolveMerger.setWorkingTreeIterator() | Christian Halstrick | 2010-10-13 | 2 | -8/+8 | |
* | DeleteBranchCommand does not clean up upstream configuration | Mathias Kinzler | 2010-10-12 | 2 | -8/+25 | |
* | Merge "Update Tag to use TagCommand API" | Shawn Pearce | 2010-10-12 | 1 | -55/+11 | |
|\ | ||||||
| * | Update Tag to use TagCommand API | Chris Aniszczyk | 2010-09-22 | 1 | -55/+11 | |
* | | Fix NPE when calling CreateBranch without explict startpoint | Christian Halstrick | 2010-10-12 | 2 | -4/+9 | |
* | | Remove wrong comment in MergeCommand | Christian Halstrick | 2010-10-12 | 1 | -3/+0 | |
* | | Remove AmbiguousObjectException from BranchCreateCommand.call() | Christian Halstrick | 2010-10-12 | 2 | -8/+2 | |
* | | Delete PatienceDiff | Shawn O. Pearce | 2010-10-11 | 4 | -725/+0 | |
* | | Use HistogramDiff by default in DiffFormatter | Shawn O. Pearce | 2010-10-11 | 1 | -2/+2 | |
* | | debug-diff-algorithms: Real world performance test implementations | Shawn O. Pearce | 2010-10-11 | 2 | -0/+401 | |
* | | Merge "Define LowLevelDiffAlgorithm to bypass re-hashing" | Chris Aniszczyk | 2010-10-11 | 3 | -29/+125 | |
|\ \ | ||||||
| * | | Define LowLevelDiffAlgorithm to bypass re-hashing | Shawn O. Pearce | 2010-10-10 | 3 | -29/+125 | |
* | | | Merge changes I50dcec81,Ieab28bb3 | Chris Aniszczyk | 2010-10-11 | 2 | -7/+10 | |
|\| | | ||||||
| * | | Fix empty block corner case in PatienceDiff | Shawn O. Pearce | 2010-10-10 | 1 | -0/+2 | |
| * | | Fix infinite loop in PatienceDiff | Shawn O. Pearce | 2010-10-10 | 1 | -7/+8 | |
* | | | Fix corrupted large deltas | Shawn O. Pearce | 2010-10-10 | 1 | -1/+1 | |
* | | | 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 |