index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
backfill.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-24
path-walk: add pl_sparse_trees to control tree pruning
Derrick Stolee
1
-0
/
+1
2026-05-24
path-walk: support blob size limit filter
Derrick Stolee
1
-0
/
+2
2026-05-24
backfill: die on incompatible filter options
Derrick Stolee
1
-3
/
+2
2026-04-15
backfill: default to grabbing edge blobs too
Elijah Newren
1
-1
/
+7
2026-04-15
backfill: document acceptance of revision-range in more standard manner
Elijah Newren
1
-1
/
+1
2026-04-15
backfill: reject rev-list arguments that do not make sense
Elijah Newren
1
-0
/
+23
2026-04-07
Merge branch 'th/backfill-auto-detect-sparseness-fix'
Junio C Hamano
1
-1
/
+1
2026-04-06
backfill: auto-detect sparse-checkout from config
Trieu Huynh
1
-1
/
+1
2026-03-26
t5620: test backfill's unknown argument handling
Derrick Stolee
1
-0
/
+3
2026-03-26
backfill: accept revision arguments
Derrick Stolee
1
-6
/
+13
2026-03-05
Merge branch 'ob/core-attributesfile-in-repository'
Junio C Hamano
1
-1
/
+2
2026-02-26
environment: stop using core.sparseCheckout globally
Olamide Caleb Bello
1
-1
/
+2
2026-02-12
builtin/backfill: fix flags passed to `odb_has_object()`
Patrick Steinhardt
1
-2
/
+1
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-2
/
+2
2025-04-17
parse-options: detect mismatches in integer signedness
Patrick Steinhardt
1
-2
/
+2
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-02-18
Merge branch 'ds/backfill'
Junio C Hamano
1
-0
/
+147
2025-02-03
backfill: assume --sparse when sparse-checkout is enabled
Derrick Stolee
1
-0
/
+7
2025-02-03
backfill: add --sparse option
Derrick Stolee
1
-1
/
+14
2025-02-03
backfill: add --min-batch-size=<n> option
Derrick Stolee
1
-1
/
+3
2025-02-03
backfill: basic functionality and tests
Derrick Stolee
1
-3
/
+99
2025-02-03
backfill: add builtin boilerplate
Derrick Stolee
1
-0
/
+28