| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement server support for shallow clones | Matt Fischer | 2011-08-21 | 5 | -37/+577 |
* | PackWriter: support excluding objects already in other packs | Shawn O. Pearce | 2011-08-21 | 1 | -1/+49 |
* | Fix ClassCastException in MergeCommand | Denys Digtiar | 2011-08-21 | 6 | -51/+47 |
* | Add ListTagCommand to JGit API | Ketan Padegaonkar | 2011-08-21 | 3 | -2/+152 |
* | Merge "Add DeleteTagCommand to JGit API" | Chris Aniszczyk | 2011-08-21 | 5 | -0/+220 |
|\ |
|
| * | Add DeleteTagCommand to JGit API | Tomasz Zarna | 2011-08-21 | 5 | -0/+220 |
* | | Merge "PackWriter: Make want/have actual sets" | Christian Halstrick | 2011-08-18 | 5 | -31/+113 |
|\ \ |
|
| * | | PackWriter: Make want/have actual sets | Shawn O. Pearce | 2011-08-16 | 5 | -31/+113 |
* | | | Use HEAD as default ref for RefLogCommand. | Kevin Sawicki | 2011-08-17 | 2 | -8/+39 |
| |/
|/| |
|
* | | Merge "Adds DiffEntry.scan(TreeWalk, boolean) method" | Matthias Sohn | 2011-08-17 | 5 | -2/+341 |
|\ \ |
|
| * | | Adds DiffEntry.scan(TreeWalk, boolean) method | Dariusz Luksza | 2011-08-17 | 5 | -2/+341 |
| |/ |
|
* / | Fix typo in IndexDiff.getModified() comment. | Kevin Sawicki | 2011-08-16 | 1 | -1/+1 |
|/ |
|
* | Merge "Add DiffCommand to JGit API" | Christian Halstrick | 2011-08-16 | 3 | -0/+299 |
|\ |
|
| * | Add DiffCommand to JGit API | Tomasz Zarna | 2011-08-16 | 3 | -0/+299 |
* | | Merge changes I1ca7acb4,Ia41b7a1c,I33b65286,Ie2823724,I6b65bfb4 | Shawn O. Pearce | 2011-08-14 | 11 | -92/+193 |
|\ \ |
|
| * | | DHT: Change DhtReadher caches to be dynamic by workload | Shawn O. Pearce | 2011-06-09 | 6 | -54/+158 |
| * | | DHT: Use a proper HashMap for RecentChunk lookups | Shawn O. Pearce | 2011-06-09 | 1 | -12/+16 |
| * | | DHT: Always have at least one recent chunk in DhtReader | Shawn O. Pearce | 2011-06-09 | 1 | -1/+1 |
| * | | DHT: Fix NPE during prefetch | Shawn O. Pearce | 2011-06-09 | 1 | -1/+1 |
| * | | DHT: Drop leading hash digits from row keys | Shawn O. Pearce | 2011-06-09 | 4 | -27/+20 |
* | | | Revert "PackWriter: Do not delta compress already packed objects" | Shawn O. Pearce | 2011-08-13 | 1 | -2/+2 |
* | | | Speed up ObjectWalk by 6235 objects/sec | Shawn O. Pearce | 2011-08-13 | 2 | -114/+369 |
* | | | Merge "PackWriter: Only search for base objects on thin packs" | Shawn O. Pearce | 2011-08-13 | 1 | -13/+22 |
|\ \ \ |
|
| * | | | PackWriter: Only search for base objects on thin packs | Shawn O. Pearce | 2011-08-08 | 1 | -13/+22 |
* | | | | blame: Implement blame on the command line | Shawn O. Pearce | 2011-08-13 | 6 | -0/+371 |
* | | | | Merge "Ignore missing MERGE_MSG when deleting MERGE_MSG" | Shawn Pearce | 2011-08-13 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Ignore missing MERGE_MSG when deleting MERGE_MSG | Jens Baumgart | 2011-07-19 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge "Correct comment on CloneCommand.setRemote method." | Shawn Pearce | 2011-08-13 | 1 | -1/+6 |
|\ \ \ \ |
|
| * | | | | Correct comment on CloneCommand.setRemote method. | Kevin Sawicki | 2011-08-05 | 1 | -1/+6 |
* | | | | | Merge "Fix jgit rev-list --objects master" | Shawn O. Pearce | 2011-08-13 | 1 | -3/+5 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Fix jgit rev-list --objects master | Shawn O. Pearce | 2011-08-08 | 1 | -3/+5 |
* | | | | | Merge "Fix reading of ref names containing characters that sort before /" | Robin Rosenberg | 2011-08-10 | 2 | -2/+39 |
|\ \ \ \ \ |
|
| * | | | | | Fix reading of ref names containing characters that sort before / | Robin Rosenberg | 2011-07-22 | 2 | -2/+39 |
* | | | | | | Merge "Fix offset64 creation for objects at 2 GiB" | Robin Rosenberg | 2011-08-10 | 1 | -3/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix offset64 creation for objects at 2 GiB | Shawn O. Pearce | 2011-08-08 | 1 | -3/+6 |
| | |/ / / /
| |/| | | | |
|
* / | | | | | Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult | Robin Stocker | 2011-08-09 | 3 | -7/+88 |
|/ / / / / |
|
* | | | | | Merge changes I58110f17,I440baa64,Ic77dcac5 | Shawn O. Pearce | 2011-08-05 | 2 | -11/+32 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | PackWriter: Skip progress messages on fast operations | Shawn O. Pearce | 2011-07-28 | 1 | -2/+14 |
| * | | | | IndexPack: Defer the "Resolving deltas" progress meter | Shawn O. Pearce | 2011-07-28 | 1 | -0/+7 |
| * | | | | IndexPack: Fix "Resolving deltas" progress meter | Shawn O. Pearce | 2011-07-28 | 1 | -9/+11 |
* | | | | | Reuse ObjectReader for all objects touched during checkout | Matthias Sohn | 2011-08-02 | 3 | -65/+119 |
* | | | | | Don't hard-code section names, use ConfigConstants instead | Tomasz Zarna | 2011-08-02 | 1 | -1/+2 |
|/ / / / |
|
* | | | | Make PackReverseIndex a public structure | Shawn O. Pearce | 2011-07-28 | 1 | -4/+4 |
* | | | | Make lookup methods on PackIndex public | Shawn O. Pearce | 2011-07-28 | 3 | -25/+43 |
* | | | | PackIndex: Support reading from any InputStream | Shawn O. Pearce | 2011-07-28 | 1 | -12/+36 |
* | | | | Add String form of PackInvalidException constructor | Shawn O. Pearce | 2011-07-28 | 1 | -1/+11 |
* | | | | Add copy constructor to PackConfig | Shawn O. Pearce | 2011-07-27 | 1 | -0/+23 |
* | | | | Don't close ObjectDatabase after parsing pack | Shawn O. Pearce | 2011-07-27 | 1 | -1/+0 |
| |/ /
|/| | |
|
* | | | Merge doesn't remove empty folders | Tomasz Zarna | 2011-07-13 | 2 | -1/+42 |
* | | | Add support for reseting on directories | Dariusz Luksza | 2011-07-12 | 2 | -7/+54 |