Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-11-17Merge "Fix typo in FileUtils.isStaleFileHandle() javadoc"HEADmasterMatthias Sohn1-5/+5
2023-11-17Fix typo in FileUtils.isStaleFileHandle() javadocDariusz Luksza1-5/+5
2023-11-17Fix branch ref exist checkflorian.signoret2-3/+16
2023-11-17gpg.bc: Supress errorprone InsecureCryptoUsageIvan Frade1-0/+4
2023-11-17Adjust javadoc to pass errorprone checksIvan Frade4-1/+22
2023-11-17Merge "Update org.apache.commons:commons-compress to 1.25.0"Matthias Sohn17-32/+32
2023-11-17Merge "Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLD"Matthias Sohn1-1/+2
2023-11-17Merge "BitmapWalkListener: Use plain interface with noop instance"Ivan Frade1-14/+28
2023-11-17Update org.apache.commons:commons-compress to 1.25.0Matthias Sohn17-32/+32
2023-11-17Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLDMatthias Sohn1-1/+2
2023-11-17Merge "Update bouncycastle to 1.77"Matthias Sohn17-84/+84
2023-11-17BitmapWalkListener: Use plain interface with noop instanceIvan Frade1-14/+28
2023-11-16BitmapWalkListener: Add method and rename for commitsIvan Frade1-10/+20
2023-11-16Merge "CommitGraphWriter: Remove unnecesary progress update call"Ivan Frade1-3/+0
2023-11-16Update bouncycastle to 1.77Matthias Sohn17-84/+84
2023-11-16Merge "PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream"Jonathan Nieder5-2/+2000021
2023-11-16PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStreamNitzan Gur-Furman5-2/+2000021
2023-11-15Merge "BitmapWalker: announce walked objects via listener interface"Ivan Frade1-2/+62
2023-11-15BitmapWalker: announce walked objects via listener interfaceIvan Frade1-2/+62
2023-11-15Merge branch 'stable-6.8'Matthias Sohn0-0/+0
2023-11-15Prepare 6.8.0-SNAPSHOT buildsstable-6.8Matthias Sohn91-125/+125
2023-11-15Update jetty to 10.0.18Matthias Sohn17-135/+135
2023-11-15SSH: bump org.apache.sshd to 2.11.0Thomas Wolf21-166/+138
2023-11-15JGit v6.8.0.202311151710-m2v6.8.0.202311151710-m2Matthias Sohn91-125/+125
2023-11-15Merge branch 'master' into stable-6.8Matthias Sohn92-485/+2021
2023-11-15Fix typo in constant name CONFIG_KEY_STREAM_FILE_TRESHOLDMatthias Sohn3-6/+15
2023-11-14Simplify StringUtils#commonPrefixNasser Grainawi1-3/+3
2023-11-12Optimize RefDirectory.getRefsByPrefix(String...)Dariusz Luksza4-0/+81
2023-11-10CommitGraphWriter: Remove unnecesary progress update callIvan Frade1-3/+0
2023-11-10Merge changes I0d10aeac,I9aced1b7,Ied394859,Ibb61f63f,I20498746, ...Matthias Sohn38-108/+324
2023-11-08Merge "Revert "Optimise Git protocol v2 `ref-prefix` scanning""Ivan Frade1-3/+5
2023-11-08Use try-with-resource to ensure UploadPack is closedMatthias Sohn1-5/+6
2023-11-08Fix hiding field warningMatthias Sohn1-4/+4
2023-11-08Fix warning for empty code blocksMatthias Sohn1-0/+3
2023-11-08Fix boxing warningsMatthias Sohn1-2/+4
2023-11-08errorprone: remove unnecessary parenthesesMatthias Sohn1-5/+4
2023-11-08Update mockito to 5.7.0 and bytebuddy to 1.14.9Matthias Sohn18-75/+95
2023-11-08Enable Maven reproducible buildsMatthias Sohn18-20/+211
2023-11-08Upgrade bazlets to the latest revisionDavid Ostrovsky1-1/+1
2023-11-08Revert "Optimise Git protocol v2 `ref-prefix` scanning"Ivan Frade1-3/+5
2023-11-08Merge "ComboBitset: Add Javadoc"Matthias Sohn1-0/+8
2023-11-08Document GIT_TRACE_PERFORMANCE to show timingsMatthias Sohn1-1/+17
2023-11-08config-options.md: fix sort orderMatthias Sohn1-1/+1
2023-11-08ComboBitset: Add JavadocHan-Wen Nienhuys1-0/+8
2023-11-07CommitGraphWriter: Add progress monitor to bloom filter computationIvan Frade3-2/+8
2023-11-07CommitGraphWriter: Use ProgressMonitor from the OutputStreamIvan Frade1-8/+8
2023-11-07CommitGraphWriter: Unnest generation-number progressIvan Frade3-11/+56
2023-11-07Optimise Git protocol v2 `ref-prefix` scanningDariusz Luksza1-5/+3
2023-10-27UploadPackTest: Cover using wanted-refs as advertised setIvan Frade1-0/+62
2023-10-27UploadPack: use want-refs as advertised set in fetch v2Patrick Hiesel2-6/+19

Back to the top