Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-08Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-19/+19
2018-03-08Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2-19/+19
2018-03-08JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2-2/+2
2018-03-07JGitTestUtil: Open auto-closeable resources in try-with-resourceDavid Pursehouse1-16/+7
2018-03-07Use StandardCharsets.UTF_8 in testsDavid Pursehouse3-4/+8
2018-03-03Enable warning for resources not managed by try-with-resourceDavid Pursehouse1-1/+1
2018-02-01Honor CRLF settings when writing merge resultsThomas Wolf1-8/+8
2017-12-31Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2-19/+19
2017-12-23Add header Automatic-Module-Name for Java 9Karsten Thoms1-0/+1
2017-12-18Repeat: Fix javadoc to say 'annotation' instead of 'interface'David Pursehouse1-1/+1
2017-12-17Fix javadoc in org.eclipse.jgit.junitMatthias Sohn11-22/+323
2017-12-08Specify consistent version range for junit in OSGi manifestsDavid Pursehouse1-4/+4
2017-12-07Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse1-1/+2
2017-11-24Merge branch 'stable-4.9'Matthias Sohn2-36/+11
2017-11-24Ignore warning for minor version change without API changeMatthias Sohn1-1/+11
2017-11-24Merge branch 'stable-4.8' into stable-4.9Matthias Sohn1-35/+0
2017-11-16Add flag for keeping ref tombstones in GC reftableMinh Thai1-0/+1
2017-11-14ObjectDirectory: Add pack directory getterHector Caballero1-1/+1
2017-10-08Prepare 4.10.0-SNAPSHOT buildsMatthias Sohn2-19/+19
2017-10-08Prepare 4.9.1-SNAPSHOT buildsMatthias Sohn2-19/+19
2017-10-07JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn2-2/+2
2017-08-30Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn1-1/+1
2017-08-29Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn1-2/+2
2017-08-28Enhance Eclipse save actionsMatthias Sohn1-7/+12
2017-07-26Add dfs fsck implementationZhen Chen1-0/+23
2017-07-25Move BatchRefUpdate tests to a new fileDave Borowitz1-0/+78
2017-07-25Add missing newlines at ends of Java filesDavid Pursehouse2-2/+2
2017-06-13Prepare 4.8.1-SNAPSHOT buildsMatthias Sohn2-19/+19
2017-06-11JGit v4.8.0.201706111038-rv4.8.0.201706111038-rMatthias Sohn2-2/+2
2017-06-10Merge branch 'stable-4.8'David Pursehouse1-0/+7
2017-06-07Merge branch 'stable-4.7' into stable-4.8Matthias Sohn1-0/+7
2017-06-05Run auto GC in the backgroundDavid Turner1-0/+7
2017-05-30Prepare 4.9.0-SNAPSHOT buildsMatthias Sohn2-19/+19
2017-05-17Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2017-05-17JGit v4.8.0.201705170830-rc1v4.8.0.201705170830-rc1Matthias Sohn2-2/+2
2017-04-13Bazel: Restrict src globs to Java source filesDavid Pursehouse1-1/+1
2017-04-05Prepare 4.7.1-SNAPSHOTMatthias Sohn2-19/+19
2017-04-05JGit v4.7.0.201704051617-rv4.7.0.201704051617-rMatthias Sohn2-2/+2
2017-04-05Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2-19/+19
2017-03-22Remove Buck buildDavid Pursehouse1-10/+0
2017-03-20bazel: Mark junit targets testonlyJonathan Nieder1-0/+1
2017-03-20bazel: Add explicit targets for library dependenciesJonathan Nieder1-1/+1
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse4-7/+7
2017-02-20Add API filter for usage of FileRepository in test classesDavid Pursehouse1-0/+35
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse1-1/+1
2017-02-10LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepositoryDavid Pursehouse1-1/+1
2017-01-28RepositoryCacheTest: avoid to close already closed repositoryMatthias Sohn1-2/+22
2017-01-28LocalDiskRepositoryTestCase: Only add to toClose through access methodDavid Pursehouse1-1/+1
2017-01-27LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to closeDavid Pursehouse1-1/+3
2017-01-22Format Bazel files with buildifierDavid Pursehouse1-9/+10

Back to the top