index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
backfill.c
Age
Commit message (
Expand
)
Author
8 days
Merge branch 'th/backfill-auto-detect-sparseness-fix'
Junio C Hamano
9 days
backfill: auto-detect sparse-checkout from config
Trieu Huynh
2026-03-26
t5620: test backfill's unknown argument handling
Derrick Stolee
2026-03-26
backfill: accept revision arguments
Derrick Stolee
2026-03-05
Merge branch 'ob/core-attributesfile-in-repository'
Junio C Hamano
2026-02-26
environment: stop using core.sparseCheckout globally
Olamide Caleb Bello
2026-02-12
builtin/backfill: fix flags passed to `odb_has_object()`
Patrick Steinhardt
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
2025-04-17
parse-options: detect mismatches in integer signedness
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-02-18
Merge branch 'ds/backfill'
Junio C Hamano
2025-02-03
backfill: assume --sparse when sparse-checkout is enabled
Derrick Stolee
2025-02-03
backfill: add --sparse option
Derrick Stolee
2025-02-03
backfill: add --min-batch-size=<n> option
Derrick Stolee
2025-02-03
backfill: basic functionality and tests
Derrick Stolee
2025-02-03
backfill: add builtin boilerplate
Derrick Stolee