Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-03JGit v3.7.0.201502031740-rc1v3.7.0.201502031740-rc1Matthias Sohn2-2/+2
2014-12-24Prepare 3.7.0-SNAPSHOT buildsMatthias Sohn2-16/+16
2014-12-23Prepare 3.6.1-SNAPSHOT buildsMatthias Sohn2-16/+16
2014-12-23JGit v3.6.0.201412230720-rv3.6.0.201412230720-rMatthias Sohn2-2/+2
2014-12-22Fix junit tests under windows when the platform is explicitly changedChristian Halstrick1-0/+2
2014-12-14Allow explicit configuration of git directory in InitCommandChristian Halstrick1-0/+1
2014-12-12Fix LocalDiskRepositoryTestCase to create correct type of reposChristian Halstrick1-1/+1
2014-11-12Prepare post 3.6.0-m1 buildsMatthias Sohn2-2/+2
2014-11-12JGit v3.6.0.201411121045-m1v3.6.0.201411121045-m1Matthias Sohn2-2/+2
2014-09-05Prepare 3.6.0-SNAPSHOT buildsMatthias Sohn2-16/+16
2014-07-25Fix RecursiveMerger's internal use of merge to find a merge baseChristian Halstrick2-0/+9
2014-07-01Don't warn for methods that can be staticRobin Rosenberg1-1/+1
2014-07-01Add new default settings from Eclipse 4.4Robin Rosenberg1-0/+5
2014-07-01Try to fix intermittent test failure related to file timestampsRobin Rosenberg1-3/+4
2014-06-04Prepare 3.5.0-SNAPSHOT buildsRobin Rosenberg2-16/+16
2014-05-21Prepare post 3.4.0 RC1 buildsMatthias Sohn2-2/+2
2014-05-21JGit v3.4.0.201405211411-rc1v3.4.0.201405211411-rc1Matthias Sohn2-2/+2
2014-05-05Prepare 3.4.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2014-05-05JGit v3.4.0.201405051725-m7v3.4.0.201405051725-m7Matthias Sohn2-2/+2
2014-03-05Prepare 3.4.0-SNAPSHOT buildsMatthias Sohn2-16/+16
2014-03-04Prepare 3.3.1-SNAPSHOT buildsMatthias Sohn2-16/+16
2014-03-02JGit v3.3.0.201403021825-rv3.3.0.201403021825-rMatthias Sohn2-2/+2
2014-02-20Prepare post 3.3.0RC1 buildsMatthias Sohn2-2/+2
2014-02-19JGit v3.3.0.201402191814-rc1v3.3.0.201402191814-rc1Matthias Sohn2-2/+2
2013-12-05Prepare 3.3.0-SNAPSHOT buildsMatthias Sohn2-16/+16
2013-11-24Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce1-76/+0
2013-11-24Support running from JARs in JGitTestUtilShawn Pearce2-5/+38
2013-10-31Enhance RepositoryTestCase.commitFile() to work on empty repositoryMatthias Sohn1-4/+13
2013-10-21Make sure SystemReader is reset after test is runRobin Stocker1-0/+2
2013-10-19Fix failed tests when the tmp directory is a symlinkRobin Rosenberg1-0/+5
2013-10-03Prepare 3.2.0-SNAPSHOT buildsMatthias Sohn2-16/+16
2013-10-03Prepare post 3.1.0 buildsstable-3.1Matthias Sohn2-16/+16
2013-10-02JGit v3.1.0.201310021548-rv3.1.0.201310021548-rMatthias Sohn2-2/+2
2013-09-27Prepare post 3.1.0 RC1 buildsMatthias Sohn2-2/+2
2013-09-27JGit v3.1.0.201309270735-rc1v3.1.0.201309270735-rc1Matthias Sohn2-2/+2
2013-07-22Update reflog like C Git during rebase (non-interactive)Robin Rosenberg1-0/+1
2013-06-15Disable warning about assigning to parameterRobin Stocker1-1/+1
2013-06-13Prepare 3.1.0-SNAPSHOT buildsMatthias Sohn2-16/+16
2013-05-14Remove unused import in LocalDiskRepositoryTestCaseTomasz Zarna1-1/+0
2013-05-09Fix hardcoded use of target/trash in LocalDiskRepositoryTestCaseShawn Pearce1-61/+81
2013-05-04Extend the FS class for Java7Robin Rosenberg1-6/+8
2013-04-09Remove unused dependenciesMatthias Sohn1-9/+1
2013-04-08Fix plugin provider names to conform with release train requirementMatthias Sohn1-1/+1
2013-03-19Don't use internal type FileRepository in public APIMatthias Sohn1-5/+5
2013-03-18JGit 3.0: move internal classes into an internal subpackageShawn Pearce6-33/+33
2013-02-13Prepare 2.4.0-SNAPSHOT buildsMatthias Sohn2-22/+22
2013-02-04Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg3-1/+577
2013-01-10Remove packIndex field from FileObjDatabase openPack method.Colby Ranger1-1/+1
2012-12-27Declare essentially static methods as staticRobin Rosenberg2-3/+3
2012-12-20Prepare 2.3.0 buildsMatthias Sohn2-20/+20

Back to the top