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.signoret1-3/+1
2023-11-17Merge "Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLD"Matthias Sohn1-1/+2
2023-11-17Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLDMatthias Sohn1-1/+2
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-16Merge "PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream"Jonathan Nieder1-2/+6
2023-11-16PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStreamNitzan Gur-Furman1-2/+6
2023-11-15BitmapWalker: announce walked objects via listener interfaceIvan Frade1-2/+62
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 Luksza2-0/+49
2023-11-10CommitGraphWriter: Remove unnecesary progress update callIvan Frade1-3/+0
2023-11-10Merge changes I0d10aeac,I9aced1b7,Ied394859,Ibb61f63f,I20498746, ...Matthias Sohn1-3/+4
2023-11-08Merge "Revert "Optimise Git protocol v2 `ref-prefix` scanning""Ivan Frade1-3/+5
2023-11-08Fix boxing warningsMatthias Sohn1-2/+4
2023-11-08errorprone: remove unnecessary parenthesesMatthias Sohn1-5/+4
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-08ComboBitset: Add JavadocHan-Wen Nienhuys1-0/+8
2023-11-07CommitGraphWriter: Add progress monitor to bloom filter computationIvan Frade2-2/+7
2023-11-07CommitGraphWriter: Use ProgressMonitor from the OutputStreamIvan Frade1-8/+8
2023-11-07CommitGraphWriter: Unnest generation-number progressIvan Frade1-10/+3
2023-11-07Optimise Git protocol v2 `ref-prefix` scanningDariusz Luksza1-5/+3
2023-10-27UploadPack: use want-refs as advertised set in fetch v2Patrick Hiesel1-5/+18
2023-10-25BasePackFetchConnection: Avoid full clone with useNegotiationTipRonald Bhuleskar1-19/+45
2023-10-17DfsPackFile: Do not attempt to read stream if pack doesn't have itIvan Frade1-1/+2
2023-10-17PackObjectSizeIndexLoader: Log wrong bytes on exceptionIvan Frade2-3/+12
2023-10-14FileBasedConfig: in-process synchronization for load() and save()Thomas Wolf1-51/+71
2023-10-14FileUtils.rename(): better retry handlingThomas Wolf1-16/+23
2023-10-14FileBasedConfig: ensure correct snapshot if no fileThomas Wolf1-3/+1
2023-10-14DeleteBranchCommand: update config only at the endThomas Wolf2-49/+172
2023-10-14Config.removeSection() telling whether it changed the configThomas Wolf3-22/+42
2023-10-13RebaseCommand: return correct status on stash apply conflictsThomas Wolf1-12/+19
2023-10-13Merge branch 'stable-6.7'Matthias Sohn4-4/+99
2023-10-13Merge branch 'stable-6.6' into stable-6.7stable-6.7Matthias Sohn4-4/+99
2023-10-13Merge branch 'stable-6.5' into stable-6.6stable-6.6Matthias Sohn4-4/+99
2023-10-13Merge branch 'stable-6.4' into stable-6.5stable-6.5Matthias Sohn4-4/+99
2023-10-12Merge branch 'stable-6.3' into stable-6.4stable-6.4Matthias Sohn4-4/+99
2023-10-12Merge branch 'stable-6.2' into stable-6.3stable-6.3Matthias Sohn4-4/+99
2023-10-12Merge branch 'stable-6.1' into stable-6.2stable-6.2Matthias Sohn4-4/+99
2023-10-12Merge branch 'stable-6.0' into stable-6.1stable-6.1Matthias Sohn4-4/+99
2023-10-12Merge branch 'stable-5.13' into stable-6.0stable-6.0Matthias Sohn4-4/+99
2023-10-12PackConfig: fix @since tagsstable-5.13Matthias Sohn1-6/+9
2023-10-12Add support for git config repack.packKeptObjectsAntonio Barone4-9/+73
2023-10-12Do not exclude objects in locked packs from bitmap processingLuca Milanesio2-1/+29
2023-09-28UploadPack: Delay freeing refs in sendPack()Ivan Frade1-5/+5
2023-09-26Merge "Fix log level for successful execution of ShutdownHook#notify to debug"Thomas Wolf1-1/+1

Back to the top