summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-04-186-27/+80
| | | | | |\
| | | | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-04-186-27/+80
| | | | | | |\
| | | | | | | * Prepare 4.9.11-SNAPSHOT buildsMatthias Sohn2019-04-183-49/+49
| | | | | | | * JGit v4.9.10.201904181027-rv4.9.10.201904181027-rMatthias Sohn2019-04-183-4/+4
| | | | | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-04-186-28/+81
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-4.7' into stable-4.8stable-4.8Matthias Sohn2019-04-175-28/+82
| | | | | | | | |\
| | | | | | | | | * Prepare 4.7.10-SNAPSHOT buildsstable-4.7Matthias Sohn2019-04-173-45/+45
| | | | | | | | | * JGit v4.7.9.201904161809-rv4.7.9.201904161809-rMatthias Sohn2019-04-173-4/+4
| | | | | | | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-04-165-29/+83
| | | | | | | | | |\
| | | | | | | | | | * Merge branch 'stable-4.5' into stable-4.6stable-4.6Matthias Sohn2019-04-165-44/+82
| | | | | | | | | | |\
| | | | | | | | | | | * Prepare 4.5.8-SNAPSHOT buildsstable-4.5Matthias Sohn2019-04-163-43/+43
| | | | | | | | | | | * JGit v4.5.7.201904151645-rv4.5.7.201904151645-rMatthias Sohn2019-04-153-4/+4
| | | | | | | | | | | * Remember the cause for invalidating a packfileLuca Milanesio2019-04-115-23/+76
| | | | | | | | | | | * Fix API problem filtersMatthias Sohn2019-04-111-7/+1
| | | | | | | | | | | * Fix pack files scan when filesnapshot isn't modifiedLuca Milanesio2019-04-091-5/+6
* | | | | | | | | | | | tree:<depth>: do not revisit tree during packingMatthew DeVore2019-04-161-8/+25
* | | | | | | | | | | | tree:<depth> should not traverse overly-deep treesMatthew DeVore2019-04-163-4/+37
* | | | | | | | | | | | Preliminary support for tree:<depth> filterMatthew DeVore2019-04-164-37/+207
* | | | | | | | | | | | Merge "Revert "Use try-with-resources in SubmoduleWalk""Jonathan Nieder2019-04-141-12/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Revert "Use try-with-resources in SubmoduleWalk"Jonathan Nieder2019-04-141-12/+14
* | | | | | | | | | | | | Use Arrays.asList instead of copying array in a for loopCarsten Hammer2019-04-144-10/+10
|/ / / / / / / / / / / /
* | | | | | | | | | | | Use try-with-resources in SubmoduleWalkCarsten Hammer2019-04-131-14/+12
* | | | | | | | | | | | Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-1310-11/+12
* | | | | | | | | | | | Use jdk 5 for loopCarsten Hammer2019-04-137-34/+31
* | | | | | | | | | | | Join catch sections using multicatchCarsten Hammer2019-04-1324-155/+47
* | | | | | | | | | | | Process unshallow commits firstMasaya Suzuki2019-04-111-1/+14
* | | | | | | | | | | | Remove unnecessary type specificationsCarsten Hammer2019-04-112-2/+2
* | | | | | | | | | | | Use String.isEmpty() instead of comparing to ""Carsten Hammer2019-04-111-4/+4
* | | | | | | | | | | | Replace usage of String.indexOf with String.contains where possibleCarsten Hammer2019-04-111-1/+1
* | | | | | | | | | | | Introduce RefDatabase#getTipsWithSha1 to list refs pointing to objectPatrick Hiesel2019-04-082-1/+48
* | | | | | | | | | | | Attach deletion failure reason in FileUtils.delete()Thomas Wolf2019-04-031-11/+31
* | | | | | | | | | | | Ignore invalid files in '.gnupg/private-keys-v1.d'Gunnar Wagenknecht2019-04-031-2/+10
* | | | | | | | | | | | Add missing source bundles and add them to a single source featureMatthias Sohn2019-04-021-1/+1
* | | | | | | | | | | | Suppress API error for new constant Ref.UNDEFINED_UPDATE_INDEXMatthias Sohn2019-03-301-0/+8
* | | | | | | | | | | | DfsRefDatabase: Keep update index when peeling a referenceIvan Frade2019-03-292-7/+14
* | | | | | | | | | | | Ref: Add constant for undefined update indexIvan Frade2019-03-293-6/+13
* | | | | | | | | | | | Clarify error message for invalid Windows charactersHan-Wen Nienhuys2019-03-291-2/+2
* | | | | | | | | | | | Fix API error filter settingsMatthias Sohn2019-03-271-11/+2
* | | | | | | | | | | | Justify API-breaking changes introduced in 4cd9548Matthew DeVore2019-03-251-0/+23
* | | | | | | | | | | | ObjectWalk: simplify tree traversal logicMatthew DeVore2019-03-221-16/+13
* | | | | | | | | | | | Expose and pass around the FilterSpec object rather than the raw blob limitMatthew DeVore2019-03-225-26/+84
* | | | | | | | | | | | Put filter spec information in a dedicated objectMatthew DeVore2019-03-227-40/+86
* | | | | | | | | | | | Use Objects.requireNonNull instead of a custom helperJonathan Nieder2019-03-222-26/+2
* | | | | | | | | | | | Introduce a checkNotNull helperJonathan Nieder2019-03-222-4/+28
* | | | | | | | | | | | Merge branch 'stable-5.3'Matthias Sohn2019-03-211-2/+5
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-03-211-2/+5
| |\| | | | | | | | | |
| | * | | | | | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-03-211-2/+5
| | |\| | | | | | | | |
| | | * | | | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-211-2/+5
| | | |\| | | | | | | |
| | | | * | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-211-2/+5
| | | | |\| | | | | | |
| | | | | * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-211-2/+5
| | | | | |\| | | | | |