Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-15JGit v1.1.0.201109151100-rv1.1.0.201109151100-rMatthias Sohn40-49/+49
2011-09-08Allow commit when submodule changes are presentRobin Rosenberg1-11/+19
2011-09-08Ignore submodule on checkout instead of deleting itRobin Rosenberg1-16/+37
2011-09-08cleanup: Reuse local variable for current DirCacheEntryRobin Rosenberg1-9/+9
2011-09-07Prepare post v1.1.0.201109071825-rc3 buildsMatthias Sohn40-49/+49
2011-09-07JGit v1.1.0.201109071825-rc3v1.1.0.201109071825-rc3Matthias Sohn40-49/+49
2011-09-05Use commit message best practices for Mylyn Commit templateMatthias Sohn38-0/+133
2011-09-05Fix the names in the reflog for checkoutsRobin Rosenberg1-4/+10
2011-09-05Add a helper for parsing branch switch info out of a reflog entryRobin Rosenberg3-1/+108
2011-09-05Remove workarounds for fixed Tycho bugsMatthias Sohn1-2/+0
2011-09-05Define os/ws/arch environments for tycho buildMatthias Sohn1-1/+28
2011-09-01[blame] Reset rename detector before computing renames.Kevin Sawicki1-0/+1
2011-09-01Prepare post-v1.1.0.201109011030-rc2 buildsMatthias Sohn40-50/+50
2011-09-01JGit v1.1.0.201109011030-rc2v1.1.0.201109011030-rc2Matthias Sohn40-50/+50
2011-08-27Use the appropriate constant for ".git"Robin Rosenberg2-2/+2
2011-08-25Tolerate zlib deflation with window size < 32KbRoberto Tyley1-7/+28
2011-08-25Merge "Unwind loop that iterates over fetch connection refs."Stefan Lay1-17/+14
2011-08-24Reassign symbolic ref list after calling put.Kevin Sawicki1-1/+1
2011-08-24Merge "Fix boxing warnings in PushProcessTest"Christian Halstrick1-7/+7
2011-08-24Fix boxing warnings in PushProcessTestTomasz Zarna1-7/+7
2011-08-24Use JGitText.refAlreadyExists instead of "ref exists"Tomasz Zarna5-5/+6
2011-08-22Unwind loop that iterates over fetch connection refs.Kevin Sawicki1-17/+14
2011-08-21Throw JGit exception when ResetCommand got wrong refChristian Halstrick2-0/+23
2011-08-21Implement server support for shallow clonesMatt Fischer5-37/+577
2011-08-21PackWriter: support excluding objects already in other packsShawn O. Pearce1-1/+49
2011-08-21Fix ClassCastException in MergeCommandDenys Digtiar6-51/+47
2011-08-21Add ListTagCommand to JGit APIKetan Padegaonkar3-2/+152
2011-08-21Merge "Add DeleteTagCommand to JGit API"Chris Aniszczyk5-0/+220
2011-08-21Add DeleteTagCommand to JGit APITomasz Zarna5-0/+220
2011-08-18Merge "PackWriter: Make want/have actual sets"Christian Halstrick5-31/+113
2011-08-17Use HEAD as default ref for RefLogCommand.Kevin Sawicki2-8/+39
2011-08-17Merge "Adds DiffEntry.scan(TreeWalk, boolean) method"Matthias Sohn5-2/+341
2011-08-17Adds DiffEntry.scan(TreeWalk, boolean) methodDariusz Luksza5-2/+341
2011-08-16Fix typo in IndexDiff.getModified() comment.Kevin Sawicki1-1/+1
2011-08-16PackWriter: Make want/have actual setsShawn O. Pearce5-31/+113
2011-08-16Merge "Add DiffCommand to JGit API"Christian Halstrick3-0/+299
2011-08-16Add DiffCommand to JGit APITomasz Zarna3-0/+299
2011-08-14Merge changes I1ca7acb4,Ia41b7a1c,I33b65286,Ie2823724,I6b65bfb4Shawn O. Pearce11-92/+193
2011-08-14Revert "PackWriter: Do not delta compress already packed objects"Shawn O. Pearce1-2/+2
2011-08-13Speed up ObjectWalk by 6235 objects/secShawn O. Pearce2-114/+369
2011-08-13Merge "PackWriter: Only search for base objects on thin packs"Shawn O. Pearce1-13/+22
2011-08-13blame: Implement blame on the command lineShawn O. Pearce6-0/+371
2011-08-13Merge "Ignore missing MERGE_MSG when deleting MERGE_MSG"Shawn Pearce1-1/+1
2011-08-13Merge "Correct comment on CloneCommand.setRemote method."Shawn Pearce1-1/+6
2011-08-13Merge "Fix jgit rev-list --objects master"Shawn O. Pearce1-3/+5
2011-08-10Merge "Fix reading of ref names containing characters that sort before /"Robin Rosenberg2-2/+39
2011-08-10Merge "Fix offset64 creation for objects at 2 GiB"Robin Rosenberg1-3/+6
2011-08-09Add isSuccessful to MergeStatus, RebaseResult.Status and PullResultRobin Stocker3-7/+88
2011-08-08Fix offset64 creation for objects at 2 GiBShawn O. Pearce1-3/+6
2011-08-08PackWriter: Only search for base objects on thin packsShawn O. Pearce1-13/+22

Back to the top