summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Reuse local variable for current DirCacheEntryRobin Rosenberg2011-09-081-9/+9
* Prepare post v1.1.0.201109071825-rc3 buildsMatthias Sohn2011-09-083-3/+3
* JGit v1.1.0.201109071825-rc3v1.1.0.201109071825-rc3Matthias Sohn2011-09-083-3/+3
* Use commit message best practices for Mylyn Commit templateMatthias Sohn2011-09-052-0/+7
* Fix the names in the reflog for checkoutsRobin Rosenberg2011-09-051-4/+10
* Add a helper for parsing branch switch info out of a reflog entryRobin Rosenberg2011-09-052-1/+90
* [blame] Reset rename detector before computing renames.Kevin Sawicki2011-09-011-0/+1
* Prepare post-v1.1.0.201109011030-rc2 buildsMatthias Sohn2011-09-013-3/+3
* JGit v1.1.0.201109011030-rc2v1.1.0.201109011030-rc2Matthias Sohn2011-09-013-3/+3
* Tolerate zlib deflation with window size < 32KbRoberto Tyley2011-08-251-7/+28
* Merge "Unwind loop that iterates over fetch connection refs."Stefan Lay2011-08-251-17/+14
|\
| * Unwind loop that iterates over fetch connection refs.Kevin Sawicki2011-08-221-17/+14
* | Use JGitText.refAlreadyExists instead of "ref exists"Tomasz Zarna2011-08-245-5/+6
|/
* Throw JGit exception when ResetCommand got wrong refChristian Halstrick2011-08-211-0/+6
* 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-214-49/+12
* Add ListTagCommand to JGit APIKetan Padegaonkar2011-08-212-2/+116
* Merge "Add DeleteTagCommand to JGit API"Chris Aniszczyk2011-08-214-0/+151
|\
| * Add DeleteTagCommand to JGit APITomasz Zarna2011-08-214-0/+151
* | Merge "PackWriter: Make want/have actual sets"Christian Halstrick2011-08-184-16/+98
|\ \
| * | PackWriter: Make want/have actual setsShawn O. Pearce2011-08-164-16/+98
* | | Use HEAD as default ref for RefLogCommand.Kevin Sawicki2011-08-171-2/+2
| |/ |/|
* | Merge "Adds DiffEntry.scan(TreeWalk, boolean) method"Matthias Sohn2011-08-173-1/+41
|\ \
| * | Adds DiffEntry.scan(TreeWalk, boolean) methodDariusz Luksza2011-08-173-1/+41
| |/
* / Fix typo in IndexDiff.getModified() comment.Kevin Sawicki2011-08-161-1/+1
|/
* Merge "Add DiffCommand to JGit API"Christian Halstrick2011-08-162-0/+202
|\
| * Add DiffCommand to JGit APITomasz Zarna2011-08-162-0/+202
* | 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
* | | 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 reading of ref names containing characters that sort before /"Robin Rosenberg2011-08-101-2/+9
|\ \ \ \
| * | | | Fix reading of ref names containing characters that sort before /Robin Rosenberg2011-07-221-2/+9
* | | | | 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