Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-05Prepare 5.7.0-SNAPSHOT buildsMatthias Sohn74-455/+455
2019-12-05Merge branch 'stable-5.6'Matthias Sohn29-30/+165
2019-12-04Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys9-0/+135
2019-12-04Update Orbit to R20191126223242 for 2019-12Matthias Sohn19-29/+29
2019-12-04Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn74-105/+105
2019-12-04JGit v5.6.0.201912041214-rc1v5.6.0.201912041214-rc1Matthias Sohn74-105/+105
2019-12-02Merge changes I1f968649,Ied678797Terry Parker3-41/+13
2019-12-02server: Add a custom error handlerMasaya Suzuki3-28/+117
2019-12-02transport: Add methods that do not handle exceptionsMasaya Suzuki1-10/+44
2019-12-02transport: Let users specify an error handler for unpacking a pack fileMasaya Suzuki2-1/+48
2019-12-02ReceivePack: Use try-with-resources for PostReceiveHookMasaya Suzuki1-25/+22
2019-12-02transport: Consolidate status reporting codeMasaya Suzuki1-96/+96
2019-12-02transport: Add ReceiveCommandErrorHandlerMasaya Suzuki2-17/+111
2019-12-02transport: Move exception handler to the callerMasaya Suzuki1-9/+14
2019-12-02transport: Move handling code to the caller sideMasaya Suzuki2-11/+13
2019-12-02UploadPackServlet: Use uploadWithExceptionPropagationMasaya Suzuki2-3/+8
2019-12-02GitSmartHttpTools: Do not use sideband when sending an errorMasaya Suzuki1-38/+5
2019-11-27Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn74-105/+105
2019-11-27JGit v5.6.0.201911271000-m3v5.6.0.201911271000-m3Matthias Sohn74-106/+106
2019-11-27Merge "ReceivePack: Open visibility for some methods"Jonathan Nieder1-2/+10
2019-11-27ReceivePack: Open visibility for some methodsIvan Frade1-2/+10
2019-11-27JGit pgm: Format blame output to match canonical gitThomas Wolf2-31/+52
2019-11-27Make blame work correctly on merge conflictsThomas Wolf8-98/+256
2019-11-26Merge branch 'stable-5.5'David Pursehouse3-5/+7
2019-11-26Merge branch 'stable-5.4' into stable-5.5David Pursehouse3-5/+7
2019-11-26Merge branch 'stable-5.3' into stable-5.4David Pursehouse3-5/+7
2019-11-26Merge branch 'stable-5.2' into stable-5.3David Pursehouse3-5/+7
2019-11-26Merge branch 'stable-5.1' into stable-5.2David Pursehouse3-5/+7
2019-11-26Bazel: Use java_plugin and java_binary from @rules_java in jmh.bzlDavid Pursehouse1-3/+5
2019-11-26Bazel: Add missing newlines at end of BUILD filesDavid Pursehouse2-2/+2
2019-11-26Upgrade maven-enforcer-plugin to 3.0.0-M3David Pursehouse1-1/+1
2019-11-26Merge changes I8698001d,I5c1177acJonathan Nieder2-0/+86
2019-11-26Add missing license header to ReftableDatabaseJonathan Nieder1-0/+43
2019-11-26Add missing license header to UploadPackRefSortingForReachabilityTestJonathan Nieder1-0/+43
2019-11-26[spotbugs] Fix potential NPE in FSTestMatthias Sohn1-1/+3
2019-11-26Remove unused import in CreateFileSnapshotBenchmarkMatthias Sohn1-1/+0
2019-11-26RepositoryCache: don't require HEAD in git repositoriesHan-Wen Nienhuys2-1/+8
2019-11-26FileRepository: cleanup refs outside refs/ on reftable conversionHan-Wen Nienhuys2-0/+18
2019-11-26Merge "UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowed"Jonathan Nieder1-7/+11
2019-11-25Update Orbit to S20191118194249 for 2019-12 M3Matthias Sohn20-154/+89
2019-11-25Silence API error for new method in ReachabilityCheckerMatthias Sohn1-0/+8
2019-11-25UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowedDavid Pursehouse1-7/+11
2019-11-21BitmappedReachabilityChecker: Use only one bitmap for the whole checkIvan Frade3-339/+95
2019-11-21checkNotAdvertisedWants: Be lazy converting Ref to RevCommitIvan Frade2-40/+69
2019-11-21ReachabilityChecker: Receive a Stream instead of a CollectionIvan Frade5-18/+59
2019-11-21UploadPack: Prioritize references for non-advertised wants checksIvan Frade1-7/+44
2019-11-17ReceivePack: Fix name hiding of 'atomic' memberDavid Pursehouse1-2/+1
2019-11-17ReceivePack: Remove unnecessarily nested else-clauseDavid Pursehouse1-3/+3
2019-11-17Simplify comparator codeMichael Keppler1-6/+2
2019-11-17Fix typo in JavadocMichael Keppler1-2/+2

Back to the top