Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Prepare post 3.2.0 buildsstable-3.2Matthias Sohn2-2/+2
2013-12-18JGit v3.2.0.201312181205-rv3.2.0.201312181205-rMatthias Sohn2-2/+2
2013-12-18Revert "Fix for core.autocrlf=input resulting in modified file..."Matthias Sohn2-40/+3
2013-12-17Fix for core.autocrlf=input resulting in modified file and unsmudgeRobin Rosenberg2-3/+40
2013-12-11Don't use API exception in RebaseTodoLineChristian Halstrick1-36/+114
2013-12-10Merge "Fix aborting rebase with detached head" into stable-3.2Robin Rosenberg1-0/+63
2013-12-10Fix aborting rebase with detached headStefan Lay1-0/+63
2013-12-06Add recursive variant of Config.getNames() methodsMatthias Sohn1-1/+55
2013-12-04Implement rebase.autostashStefan Lay1-0/+137
2013-12-04Merge "More helpful InvalidPathException messages (include reason)"Christian Halstrick1-1/+1
2013-12-03More helpful InvalidPathException messages (include reason)Robin Stocker1-1/+1
2013-12-03Fix IgnoreRule#isMatch returning wrong result due to missing resetRobin Stocker1-0/+12
2013-12-03Fix exception on conflicts with recursive mergeRobin Stocker1-0/+34
2013-12-02Do not allow non-ff-rebase if there are uncommitted changesStefan Lay1-28/+152
2013-11-29Fix handling of file/folder conflicts during a checkoutChristian Halstrick1-0/+25
2013-11-29Fix applying stash on other commitStefan Lay1-0/+87
2013-11-24Break up GCTest to run in parallelShawn Pearce11-777/+1226
2013-11-24Modify T0004_PackReaderTest to use existing packShawn Pearce1-10/+10
2013-11-24Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce16-15/+94
2013-11-24Cache SimpleDateFormat in GitDateParser per localeMatthias Sohn3-18/+38
2013-11-22Fix FIXUP error for blank lines in interactive rebaseStefan Lay1-0/+38
2013-11-21Fix parsing Rebase todo lines when commit message is missingStefan Lay1-0/+13
2013-11-19Add close() method to APIChristian Halstrick1-0/+28
2013-11-13Don't delete .idx file if .pack file can't be deletedChristian Halstrick1-0/+36
2013-11-10[findBugs] Remove nonsense callMatthias Sohn1-1/+0
2013-11-10Remove unnecessary @SuppressWarnings("null")Matthias Sohn1-5/+0
2013-11-09Don't import non-existing package org.eclipse.jgit.java7Matthias Sohn1-1/+0
2013-11-08Interactive Rebase: Do actions if there were conflictsStefan Lay1-0/+207
2013-11-06Rebase interactive should finish if last step is editStefan Lay1-0/+33
2013-11-05Merge changes I40f2311c,I3c419094Matthias Sohn1-2/+339
2013-11-05Merge changes I85470d1d,I43711486,Ie6ade781,Ic9ab2b6e,Iebe50933,Id6fac253,Ia6...Shawn Pearce18-76/+201
2013-11-05Add additional RebaseResult for editing commitsStefan Lay1-1/+1
2013-11-05Add Squash/Fixup support for rebase interactive in RebaseCommandTobias Pfeifer1-1/+338
2013-11-05Also use MockSystemReader in GitDateParserBadlyFormattedTestMatthias Sohn1-0/+14
2013-11-04Merge "testMaliciousPathEmpty fails on Windows"Christian Halstrick1-2/+9
2013-11-02Use absolute paths for file:// URIs in testsShawn Pearce8-29/+42
2013-11-02Move repeat() to utility class for testsShawn Pearce3-12/+59
2013-11-02Remove hardcoded target/trash from test casesShawn Pearce3-5/+22
2013-11-02Remove dependency on StatusCommandTestShawn Pearce3-24/+71
2013-11-02Remove dependency on DiffFormatterReflowTestShawn Pearce1-6/+7
2013-11-01testMaliciousPathEmpty fails on WindowsRobin Rosenberg1-2/+9
2013-10-31Parse commitId and shortMessage of a commented out line in rebase todoTobias Pfeifer1-0/+119
2013-10-31Enhance reading of git-rebase-todo formatted filesChristian Halstrick1-25/+122
2013-10-21Make sure SystemReader is reset after test is runRobin Stocker4-0/+25
2013-10-19Merge "Fix failed tests when the tmp directory is a symlink"Matthias Sohn2-16/+19
2013-10-19Fix failed tests when the tmp directory is a symlinkRobin Rosenberg2-16/+19
2013-10-10Describe HEAD if no explicit target was setMatthias Sohn1-6/+12
2013-10-03Prepare 3.2.0-SNAPSHOT buildsMatthias Sohn2-37/+37
2013-10-03Merge branch 'stable-3.1'Matthias Sohn3-47/+78
2013-10-03Prepare post 3.1.0 buildsstable-3.1Matthias Sohn2-37/+37

Back to the top