| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Call ProgressMonitor.update() from main thread" | Shawn O. Pearce | 2010-10-27 | 3 | -36/+110 |
|\ |
|
| * | Call ProgressMonitor.update() from main thread | Shawn O. Pearce | 2010-10-27 | 3 | -36/+110 |
* | | Prevent endless loop of events fired by RefsDirectory | Christian Halstrick | 2010-10-27 | 1 | -0/+7 |
* | | Optimize DirCacheCheckout | Lluis Sanchez | 2010-10-26 | 1 | -2/+7 |
* | | Merge "Allow setting a filter in IndexDiff" | Christian Halstrick | 2010-10-25 | 1 | -4/+21 |
|\ \ |
|
| * | | Allow setting a filter in IndexDiff | Jens Baumgart | 2010-10-25 | 1 | -4/+21 |
* | | | Add support for special symref FETCH_HEAD and MERGE_HEAD | Christian Halstrick | 2010-10-25 | 3 | -0/+40 |
* | | | [findbugs] Fix illegal format specifier | Matthias Sohn | 2010-10-23 | 1 | -1/+1 |
* | | | [findbugs] Static comparator made final | Matthias Sohn | 2010-10-23 | 1 | -1/+1 |
|/ / |
|
* | | 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 |
* | | Fix possible NPE in DirCacheCheckout | Christian Halstrick | 2010-10-18 | 1 | -4/+7 |
* | | Add Cherry-Pick command | Christian Halstrick | 2010-10-15 | 4 | -0/+285 |
|/ |
|
* | 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 | 1 | -15/+0 |
* | Fix RawTextComparator reduceCommonStartEnd at empty lines | Shawn O. Pearce | 2010-10-13 | 1 | -0/+8 |
* | 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 | 1 | -7/+13 |
* | Fix NPE when calling CreateBranch without explict startpoint | Christian Halstrick | 2010-10-12 | 1 | -4/+3 |
* | Remove wrong comment in MergeCommand | Christian Halstrick | 2010-10-12 | 1 | -3/+0 |
* | Remove AmbiguousObjectException from BranchCreateCommand.call() | Christian Halstrick | 2010-10-12 | 1 | -6/+1 |
* | Delete PatienceDiff | Shawn O. Pearce | 2010-10-11 | 2 | -621/+0 |
* | Use HistogramDiff by default in DiffFormatter | Shawn O. Pearce | 2010-10-11 | 1 | -2/+2 |
* | 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 |
* | | Add "Branch" command | Mathias Kinzler | 2010-10-10 | 12 | -0/+1216 |
|/ |
|
* | Add support for single-slash URI | Christian Halstrick | 2010-10-08 | 1 | -19/+36 |
* | Add "Pull" command | Mathias Kinzler | 2010-10-08 | 8 | -0/+566 |
* | Refactored URI parsing to detect wrong URIs | Christian Halstrick | 2010-10-08 | 1 | -28/+76 |
* | Fixed URI regexp regarding user/password part | Christian Halstrick | 2010-10-08 | 1 | -1/+2 |
* | 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 | 2 | -30/+35 |
* | 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 | 3 | -1/+364 |
* | | Increase core.streamFileThreshold default to 50 MiB | Shawn O. Pearce | 2010-10-04 | 5 | -44/+81 |
* | | 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 |
* | | | 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 |