summaryrefslogtreecommitdiff
path: root/builtin/backfill.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-24path-walk: add pl_sparse_trees to control tree pruningDerrick Stolee1-0/+1
2026-05-24path-walk: support blob size limit filterDerrick Stolee1-0/+2
2026-05-24backfill: die on incompatible filter optionsDerrick Stolee1-3/+2
2026-04-15backfill: default to grabbing edge blobs tooElijah Newren1-1/+7
2026-04-15backfill: document acceptance of revision-range in more standard mannerElijah Newren1-1/+1
2026-04-15backfill: reject rev-list arguments that do not make senseElijah Newren1-0/+23
2026-04-07Merge branch 'th/backfill-auto-detect-sparseness-fix'Junio C Hamano1-1/+1
2026-04-06backfill: auto-detect sparse-checkout from configTrieu Huynh1-1/+1
2026-03-26t5620: test backfill's unknown argument handlingDerrick Stolee1-0/+3
2026-03-26backfill: accept revision argumentsDerrick Stolee1-6/+13
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano1-1/+2
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello1-1/+2
2026-02-12builtin/backfill: fix flags passed to `odb_has_object()`Patrick Steinhardt1-2/+1
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