aboutsummaryrefslogtreecommitdiff
path: root/builtin/backfill.c
AgeCommit message (Expand)Author
8 daysMerge branch 'th/backfill-auto-detect-sparseness-fix'Junio C Hamano
9 daysbackfill: auto-detect sparse-checkout from configTrieu Huynh
2026-03-26t5620: test backfill's unknown argument handlingDerrick Stolee
2026-03-26backfill: accept revision argumentsDerrick Stolee
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello
2026-02-12builtin/backfill: fix flags passed to `odb_has_object()`Patrick Steinhardt
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano
2025-04-17parse-options: detect mismatches in integer signednessPatrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-02-18Merge branch 'ds/backfill'Junio C Hamano
2025-02-03backfill: assume --sparse when sparse-checkout is enabledDerrick Stolee
2025-02-03backfill: add --sparse optionDerrick Stolee
2025-02-03backfill: add --min-batch-size=<n> optionDerrick Stolee
2025-02-03backfill: basic functionality and testsDerrick Stolee
2025-02-03backfill: add builtin boilerplateDerrick Stolee