Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Prepare 5.4.0-SNAPSHOT buildsMatthias Sohn3-4/+4
2019-05-08JGit v5.4.0.201905081430-m2v5.4.0.201905081430-m2Matthias Sohn3-4/+4
2019-05-03Use integer depth in PackWriter's DepthAwareVisitationPolicyMatthias Sohn1-4/+4
2019-04-28SubmoduleWalk#forPath: Clarify that caller must close returned instanceDavid Pursehouse1-2/+4
2019-04-28ConfigConstants: Fix quoting of section names in javadocsDavid Pursehouse1-8/+8
2019-04-28Silence API errors and add missing @since tags caused by 175e6654Matthias Sohn2-1/+18
2019-04-28Merge branch 'stable-5.3'Matthias Sohn8-42/+119
2019-04-27Prepare 5.3.2-SNAPSHOT buildsMatthias Sohn3-53/+53
2019-04-27JGit v5.3.1.201904271842-rv5.3.1.201904271842-rMatthias Sohn3-4/+4
2019-04-27Merge branch 'stable-5.2' into stable-5.3Matthias Sohn8-46/+115
2019-04-23Prepare 5.2.3-SNAPSHOT buildsMatthias Sohn3-53/+53
2019-04-23JGit v5.2.2.201904231744-rv5.2.2.201904231744-rMatthias Sohn3-4/+4
2019-04-20Revert 4678f4b and provide another solution for bug 467631Thomas Wolf2-16/+42
2019-04-20Merge branch 'stable-5.1' into stable-5.2Matthias Sohn6-27/+80
2019-04-20Prepare 5.1.8-SNAPSHOT buildsMatthias Sohn3-49/+49
2019-04-20JGit v5.1.7.201904200442-rv5.1.7.201904200442-rMatthias Sohn3-4/+4
2019-04-19Merge branch 'stable-5.0' into stable-5.1Matthias Sohn6-28/+81
2019-04-19Merge branch 'stable-4.11' into stable-5.0Matthias Sohn6-27/+80
2019-04-19Prepare 4.11.9-SNAPSHOT buildsMatthias Sohn3-49/+49
2019-04-18JGit v4.11.8.201904181247-rv4.11.8.201904181247-rMatthias Sohn3-4/+4
2019-04-18Merge branch 'stable-4.10' into stable-4.11Matthias Sohn6-27/+80
2019-04-18Merge branch 'stable-4.9' into stable-4.10Matthias Sohn6-27/+80
2019-04-18Prepare 4.9.11-SNAPSHOT buildsMatthias Sohn3-49/+49
2019-04-18JGit v4.9.10.201904181027-rv4.9.10.201904181027-rMatthias Sohn3-4/+4
2019-04-18Merge branch 'stable-4.8' into stable-4.9Matthias Sohn6-28/+81
2019-04-16Merge branch 'stable-4.7' into stable-4.8stable-4.8Matthias Sohn5-28/+82
2019-04-16Prepare 4.7.10-SNAPSHOT buildsstable-4.7Matthias Sohn3-45/+45
2019-04-16JGit v4.7.9.201904161809-rv4.7.9.201904161809-rMatthias Sohn3-4/+4
2019-04-16Merge branch 'stable-4.6' into stable-4.7Matthias Sohn5-29/+83
2019-04-16Merge branch 'stable-4.5' into stable-4.6stable-4.6Matthias Sohn5-44/+82
2019-04-16tree:<depth>: do not revisit tree during packingMatthew DeVore1-8/+25
2019-04-16tree:<depth> should not traverse overly-deep treesMatthew DeVore3-4/+37
2019-04-16Preliminary support for tree:<depth> filterMatthew DeVore4-37/+207
2019-04-15Prepare 4.5.8-SNAPSHOT buildsstable-4.5Matthias Sohn3-43/+43
2019-04-15JGit v4.5.7.201904151645-rv4.5.7.201904151645-rMatthias Sohn3-4/+4
2019-04-14Merge "Revert "Use try-with-resources in SubmoduleWalk""Jonathan Nieder1-12/+14
2019-04-14Revert "Use try-with-resources in SubmoduleWalk"Jonathan Nieder1-12/+14
2019-04-13Use Arrays.asList instead of copying array in a for loopCarsten Hammer4-10/+10
2019-04-13Use try-with-resources in SubmoduleWalkCarsten Hammer1-14/+12
2019-04-13Use isEmpty() instead of size()==0 where possibleCarsten Hammer10-11/+12
2019-04-13Use jdk 5 for loopCarsten Hammer7-34/+31
2019-04-13Join catch sections using multicatchCarsten Hammer24-155/+47
2019-04-12Process unshallow commits firstMasaya Suzuki1-1/+14
2019-04-11Remember the cause for invalidating a packfileLuca Milanesio5-23/+76
2019-04-11Remove unnecessary type specificationsCarsten Hammer2-2/+2
2019-04-11Use String.isEmpty() instead of comparing to ""Carsten Hammer1-4/+4
2019-04-11Replace usage of String.indexOf with String.contains where possibleCarsten Hammer1-1/+1
2019-04-10Fix API problem filtersMatthias Sohn1-7/+1
2019-04-09Fix pack files scan when filesnapshot isn't modifiedLuca Milanesio1-5/+6
2019-04-09Introduce RefDatabase#getTipsWithSha1 to list refs pointing to objectPatrick Hiesel2-1/+48

Back to the top