Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Merge "Optimize MergeAlgorithm if ours or theirs is empty"Robin Rosenberg2-1/+50
2011-05-17Optimize MergeAlgorithm if ours or theirs is emptyChristian Halstrick2-1/+50
2011-05-17Merge "Fix diff bug on inserted line"Stefan Lay2-2/+10
2011-05-16Fix diff bug on inserted lineShawn O. Pearce2-2/+10
2011-05-16Add getConflicting() method in Status APIPiotr Janik1-0/+8
2011-05-15Merge "Fix diff when first text is the start of the other"Shawn Pearce3-1/+67
2011-05-15Fix diff when first text is the start of the otherRobin Rosenberg3-1/+67
2011-05-13Merge "Add test for reflog part of ResetCommand"Chris Aniszczyk1-0/+33
2011-05-13Add test for reflog part of ResetCommandRobin Rosenberg1-0/+33
2011-05-13Add RebaseResult.FAST_FORWARD_RESULTChris Aniszczyk1-0/+3
2011-05-13RevertCommand: Add "." after reverted commit idRobin Stocker2-3/+6
2011-05-12Update tycho version to 0.12Chris Aniszczyk1-6/+6
2011-05-10Update findbugs-maven-plugin to the official 2.3.2 releaseChris Aniszczyk1-14/+1
2011-05-09Merge "Formatter for relative dates"Christian Halstrick4-0/+292
2011-05-09Formatter for relative datesMatthias Sohn4-0/+292
2011-05-09Remove unused serialVersionUID from non-serializable classes.Kevin Sawicki2-2/+0
2011-05-06Fix getHumanishName broken for windows pathsStefan Lay2-1/+18
2011-05-05Merge "IndexDiff: conflicting files aren't properly shown"Chris Aniszczyk2-10/+88
2011-05-05Correct tabs in top-level pom.xmlShawn O. Pearce1-2/+2
2011-05-05IndexDiff: conflicting files aren't properly shownBernard Leach2-10/+88
2011-05-05Update IP log to include Ant 1.8.2 (CQ 5111)Shawn O. Pearce1-0/+6
2011-05-05Ignore submodule commits during checkoutRobin Rosenberg1-0/+6
2011-05-05Merge "Fix "into" part of merge message for HEAD"Shawn Pearce2-2/+10
2011-05-05Store Git on any DHTShawn O. Pearce123-3/+21717
2011-05-05Add org.eclipse.jgit.ant to parent pom.xmlChris Aniszczyk1-1/+2
2011-05-05Fix "into" part of merge message for HEADRobin Stocker2-2/+10
2011-05-05Merge "Fix error handling in RepositoryFilter"Chris Aniszczyk1-3/+6
2011-05-05Add pom.xml to org.eclipse.jgit.antChris Aniszczyk1-0/+114
2011-05-04Fix error handling in RepositoryFilterShawn O. Pearce1-3/+6
2011-05-03Present reset in the reflog like C Git does nowadaysRobin Rosenberg1-2/+1
2011-05-03Implemented merge for parallel delete/modificationBernard Leach3-1/+87
2011-05-03Add better exception handling for the git-init ant taskKetan Padegaonkar1-3/+8
2011-05-03Merge "Attempt to make git prefix detection more reliable"Chris Aniszczyk1-3/+55
2011-05-03Merge "Add path support to checkout command."Stefan Lay2-3/+235
2011-05-03Add path support to checkout command.Kevin Sawicki2-3/+235
2011-05-02Qualify post-0.12 buildsMatthias Sohn31-201/+201
2011-05-02Merge branch 'stable-0.12'Matthias Sohn30-199/+199
2011-05-02Attempt to make git prefix detection more reliableRobin Rosenberg1-3/+55
2011-05-02Add better javadoc to the git-init ant taskKetan Padegaonkar1-2/+12
2011-05-02JGit 0.12.1v0.12.1stable-0.12Matthias Sohn30-199/+199
2011-05-02Add GitCheckoutTask to org.eclipse.jgit.antKetan Padegaonkar2-1/+128
2011-05-02Add GitCloneTask to org.eclipse.jgit.antKetan Padegaonkar2-1/+119
2011-05-02Add org.eclipse.jgit.antKetan Padegaonkar10-0/+156
2011-04-21Merge branch 'stable-0.12'Shawn O. Pearce4-17/+101
2011-04-21Implement the no-done capabilityShawn O. Pearce4-17/+101
2011-04-21Merge branch 'stable-0.12'Shawn O. Pearce8-136/+73
2011-04-21Fix sorting of names in RefDirectoryShawn O. Pearce2-0/+15
2011-04-21Enabled unit tests in HttpClientTestsChristian Halstrick1-0/+13
2011-04-19Added support to IndexDiff to return information on conflictsBernard Leach2-0/+63
2011-04-18Merge "Make running static checks configurable in maven build" into stable-0.12Shawn Pearce5-136/+52

Back to the top