summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | * 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-1656-302/+302
| | | | | | | | | | | * JGit v4.5.7.201904151645-rv4.5.7.201904151645-rMatthias Sohn2019-04-1556-59/+59
| | | | | | | | | | | * Remember the cause for invalidating a packfileLuca Milanesio2019-04-115-23/+76
| | | | | | | | | | | * Fix API problem filtersMatthias Sohn2019-04-112-24/+1
| | | | | | | | | | | * Fix pack files scan when filesnapshot isn't modifiedLuca Milanesio2019-04-092-6/+54
* | | | | | | | | | | | [releng] Update the japicmp baseline to 5.3.0.201903130848-rThomas Wolf2019-04-251-1/+1
* | | | | | | | | | | | Update target platform, maven and bazel builds to JSch 0.1.55Thomas Wolf2019-04-2518-45/+212
* | | | | | | | | | | | tree:<depth>: do not revisit tree during packingMatthew DeVore2019-04-162-8/+147
* | | | | | | | | | | | tree:<depth> should not traverse overly-deep treesMatthew DeVore2019-04-164-4/+44
* | | | | | | | | | | | Preliminary support for tree:<depth> filterMatthew DeVore2019-04-167-37/+422
* | | | | | | | | | | | 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-147-17/+16
|/ / / / / / / / / / / /
* | | | | | | | | | | | Use try-with-resources in SubmoduleWalkCarsten Hammer2019-04-131-14/+12
* | | | | | | | | | | | Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-1313-18/+18
* | | | | | | | | | | | Use jdk 5 for loopCarsten Hammer2019-04-1314-76/+91
* | | | | | | | | | | | Join catch sections using multicatchCarsten Hammer2019-04-1336-223/+69
* | | | | | | | | | | | Process unshallow commits firstMasaya Suzuki2019-04-111-1/+14
* | | | | | | | | | | | Remove unnecessary type specificationsCarsten Hammer2019-04-113-3/+3
* | | | | | | | | | | | Use String.isEmpty() instead of comparing to ""Carsten Hammer2019-04-116-10/+10
* | | | | | | | | | | | Use StringBuilder instead of StringBuffer where possible.Carsten Hammer2019-04-111-1/+1
* | | | | | | | | | | | Replace usage of String.indexOf with String.contains where possibleCarsten Hammer2019-04-112-2/+2
* | | | | | | | | | | | ConfigTest: Add test for parsing invalid group headerDavid Pursehouse2019-04-111-0/+7
* | | | | | | | | | | | Introduce RefDatabase#getTipsWithSha1 to list refs pointing to objectPatrick Hiesel2019-04-084-2/+120
* | | | | | | | | | | | LocalDiskRepositoryTestCase: Clarify semantics of repository creation methodsDavid Pursehouse2019-04-081-3/+9
* | | | | | | | | | | | UploadPackTest: Stop using deprecated Transport.setFilterBlobLimit(long)David Pursehouse2019-04-081-6/+6
* | | | | | | | | | | | 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-0248-1275/+739
* | | | | | | | | | | | Merge ".gitignore: remove editor- and OS-specific files"Jonathan Nieder2019-04-011-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | .gitignore: remove editor- and OS-specific filesMatthew DeVore2019-04-011-2/+5
* | | | | | | | | | | | | [releng] Fix dependencies between featuresThomas Wolf2019-03-3112-22/+54
* | | | | | | | | | | | | Convert target platform to simple POM projectMichael Keppler2019-03-304-22/+0
* | | | | | | | | | | | | 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-293-7/+108
* | | | | | | | | | | | | Ref: Add constant for undefined update indexIvan Frade2019-03-293-6/+13
* | | | | | | | | | | | | Clarify error message for invalid Windows charactersHan-Wen Nienhuys2019-03-292-5/+17
* | | | | | | | | | | | | Fix API error filter settingsMatthias Sohn2019-03-271-11/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | Justify API-breaking changes introduced in 4cd9548Matthew DeVore2019-03-251-0/+23
* | | | | | | | | | | | Merge "diff: Add "--staged" as alias to "--cached""Christian Halstrick2019-03-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | diff: Add "--staged" as alias to "--cached"Andre Bossert2019-03-251-1/+1
* | | | | | | | | | | | | 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-229-43/+89
* | | | | | | | | | | | | Use Objects.requireNonNull instead of a custom helperJonathan Nieder2019-03-222-26/+2
* | | | | | | | | | | | | Introduce a checkNotNull helperJonathan Nieder2019-03-222-4/+28
* | | | | | | | | | | | | Upgrade ecj to 3.17.0David Pursehouse2019-03-221-1/+1
* | | | | | | | | | | | | Merge branch 'stable-5.3'Matthias Sohn2019-03-212-2/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-03-212-2/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |