aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/backfill.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt1-1/+1
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano1-2/+2
2025-04-17parse-options: detect mismatches in integer signednessPatrick Steinhardt1-2/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-02-18Merge branch 'ds/backfill'Junio C Hamano1-0/+147
2025-02-03backfill: assume --sparse when sparse-checkout is enabledDerrick Stolee1-0/+7
2025-02-03backfill: add --sparse optionDerrick Stolee1-1/+14
2025-02-03backfill: add --min-batch-size=<n> optionDerrick Stolee1-1/+3
2025-02-03backfill: basic functionality and testsDerrick Stolee1-3/+99
2025-02-03backfill: add builtin boilerplateDerrick Stolee1-0/+28