summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement server support for shallow clonesMatt Fischer2011-08-215-37/+577
* PackWriter: support excluding objects already in other packsShawn O. Pearce2011-08-211-1/+49
* Fix ClassCastException in MergeCommandDenys Digtiar2011-08-216-51/+47
* Add ListTagCommand to JGit APIKetan Padegaonkar2011-08-213-2/+152
* Merge "Add DeleteTagCommand to JGit API"Chris Aniszczyk2011-08-215-0/+220
|\
| * Add DeleteTagCommand to JGit APITomasz Zarna2011-08-215-0/+220
* | Merge "PackWriter: Make want/have actual sets"Christian Halstrick2011-08-185-31/+113
|\ \
| * | PackWriter: Make want/have actual setsShawn O. Pearce2011-08-165-31/+113
* | | Use HEAD as default ref for RefLogCommand.Kevin Sawicki2011-08-172-8/+39
| |/ |/|
* | Merge "Adds DiffEntry.scan(TreeWalk, boolean) method"Matthias Sohn2011-08-175-2/+341
|\ \
| * | Adds DiffEntry.scan(TreeWalk, boolean) methodDariusz Luksza2011-08-175-2/+341
| |/
* / Fix typo in IndexDiff.getModified() comment.Kevin Sawicki2011-08-161-1/+1
|/
* Merge "Add DiffCommand to JGit API"Christian Halstrick2011-08-163-0/+299
|\
| * Add DiffCommand to JGit APITomasz Zarna2011-08-163-0/+299
* | Merge changes I1ca7acb4,Ia41b7a1c,I33b65286,Ie2823724,I6b65bfb4Shawn O. Pearce2011-08-1411-92/+193
|\ \
| * | DHT: Change DhtReadher caches to be dynamic by workloadShawn O. Pearce2011-06-096-54/+158
| * | DHT: Use a proper HashMap for RecentChunk lookupsShawn O. Pearce2011-06-091-12/+16
| * | DHT: Always have at least one recent chunk in DhtReaderShawn O. Pearce2011-06-091-1/+1
| * | DHT: Fix NPE during prefetchShawn O. Pearce2011-06-091-1/+1
| * | DHT: Drop leading hash digits from row keysShawn O. Pearce2011-06-094-27/+20
* | | Revert "PackWriter: Do not delta compress already packed objects"Shawn O. Pearce2011-08-131-2/+2
* | | Speed up ObjectWalk by 6235 objects/secShawn O. Pearce2011-08-132-114/+369
* | | Merge "PackWriter: Only search for base objects on thin packs"Shawn O. Pearce2011-08-131-13/+22
|\ \ \
| * | | PackWriter: Only search for base objects on thin packsShawn O. Pearce2011-08-081-13/+22
* | | | blame: Implement blame on the command lineShawn O. Pearce2011-08-136-0/+371
* | | | Merge "Ignore missing MERGE_MSG when deleting MERGE_MSG"Shawn Pearce2011-08-131-1/+1
|\ \ \ \
| * | | | Ignore missing MERGE_MSG when deleting MERGE_MSGJens Baumgart2011-07-191-1/+1
| | |_|/ | |/| |
* | | | Merge "Correct comment on CloneCommand.setRemote method."Shawn Pearce2011-08-131-1/+6
|\ \ \ \
| * | | | Correct comment on CloneCommand.setRemote method.Kevin Sawicki2011-08-051-1/+6
* | | | | Merge "Fix jgit rev-list --objects master"Shawn O. Pearce2011-08-131-3/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix jgit rev-list --objects masterShawn O. Pearce2011-08-081-3/+5
* | | | | Merge "Fix reading of ref names containing characters that sort before /"Robin Rosenberg2011-08-102-2/+39
|\ \ \ \ \
| * | | | | Fix reading of ref names containing characters that sort before /Robin Rosenberg2011-07-222-2/+39
* | | | | | Merge "Fix offset64 creation for objects at 2 GiB"Robin Rosenberg2011-08-101-3/+6
|\ \ \ \ \ \
| * | | | | | Fix offset64 creation for objects at 2 GiBShawn O. Pearce2011-08-081-3/+6
| | |/ / / / | |/| | | |
* / | | | | Add isSuccessful to MergeStatus, RebaseResult.Status and PullResultRobin Stocker2011-08-093-7/+88
|/ / / / /
* | | | | Merge changes I58110f17,I440baa64,Ic77dcac5Shawn O. Pearce2011-08-052-11/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | PackWriter: Skip progress messages on fast operationsShawn O. Pearce2011-07-281-2/+14
| * | | | IndexPack: Defer the "Resolving deltas" progress meterShawn O. Pearce2011-07-281-0/+7
| * | | | IndexPack: Fix "Resolving deltas" progress meterShawn O. Pearce2011-07-281-9/+11
* | | | | Reuse ObjectReader for all objects touched during checkoutMatthias Sohn2011-08-023-65/+119
* | | | | Don't hard-code section names, use ConfigConstants insteadTomasz Zarna2011-08-021-1/+2
|/ / / /
* | | | Make PackReverseIndex a public structureShawn O. Pearce2011-07-281-4/+4
* | | | Make lookup methods on PackIndex publicShawn O. Pearce2011-07-283-25/+43
* | | | PackIndex: Support reading from any InputStreamShawn O. Pearce2011-07-281-12/+36
* | | | Add String form of PackInvalidException constructorShawn O. Pearce2011-07-281-1/+11
* | | | Add copy constructor to PackConfigShawn O. Pearce2011-07-271-0/+23
* | | | Don't close ObjectDatabase after parsing packShawn O. Pearce2011-07-271-1/+0
| |/ / |/| |
* | | Merge doesn't remove empty foldersTomasz Zarna2011-07-132-1/+42
* | | Add support for reseting on directoriesDariusz Luksza2011-07-122-7/+54