summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-23config: format bools or strings in helperDerrick Stolee1-7/+15
2026-02-23config: format bools or ints gentlyDerrick Stolee2-10/+34
2026-02-23config: format bools gentlyDerrick Stolee2-3/+22
2026-02-23config: format int64s gentlyDerrick Stolee2-5/+26
2026-02-23config: make 'git config list --type=<X>' workDerrick Stolee3-16/+119
2026-02-23config: add 'gently' parameter to format_config()Derrick Stolee1-4/+8
2026-02-23config: move show_all_config()Derrick Stolee1-24/+24
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt8-46/+37
2026-02-23refs: replace `refs_for_each_namespaced_ref()`Patrick Steinhardt4-25/+13
2026-02-23refs: replace `refs_for_each_glob_ref()`Patrick Steinhardt5-19/+15
2026-02-23refs: replace `refs_for_each_glob_ref_in()`Patrick Steinhardt5-36/+55
2026-02-23refs: replace `refs_for_each_rawref_in()`Patrick Steinhardt3-16/+6
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt6-17/+30
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt6-32/+45
2026-02-23refs: improve verification for-each-ref optionsPatrick Steinhardt1-1/+12
2026-02-23refs: generalize `refs_for_each_fullref_in_prefixes()`Patrick Steinhardt4-43/+34
2026-02-23refs: generalize `refs_for_each_namespaced_ref()`Patrick Steinhardt2-18/+36
2026-02-23refs: speed up `refs_for_each_glob_ref_in()`Patrick Steinhardt2-33/+64
2026-02-23refs: introduce `refs_for_each_ref_ext`Patrick Steinhardt2-30/+77
2026-02-23refs: rename `each_ref_fn`Patrick Steinhardt11-50/+50
2026-02-23refs: rename `do_for_each_ref_flags`Patrick Steinhardt6-31/+31
2026-02-23refs: move `do_for_each_ref_flags` further upPatrick Steinhardt1-37/+37
2026-02-23refs: move `refs_head_ref_namespaced()`Patrick Steinhardt1-2/+3
2026-02-23refs: remove unused `refs_for_each_include_root_ref()`Patrick Steinhardt2-13/+0
2026-02-23pack-check: fix verification of large objectsPatrick Steinhardt2-1/+39
2026-02-23packfile: expose function to read object stream for an offsetPatrick Steinhardt2-16/+29
2026-02-23object-file: adapt `stream_object_signature()` to take a streamPatrick Steinhardt4-14/+31
2026-02-23t/helper: improve "genrandom" test helperPatrick Steinhardt8-13/+16
2026-02-22object-file.c: avoid container_of() of a NULL containerJunio C Hamano1-2/+2
2026-02-21pack-redundant: fix memory leak when open_pack_index() failsSahitya Chandra1-1/+3
2026-02-21path: factor out skip_slashes() in normalize_path_copy_len()Pushkar Singh1-6/+13
2026-02-21t2004: use test_path_is_file instead of test -fLambert Duclos-de Guise1-21/+21
2026-02-21replay: prevent the_repository from coming backElijah Newren1-0/+6
2026-02-21merge-ort: prevent the_repository from coming backElijah Newren1-0/+8
2026-02-21merge-ort: replace the_hash_algo with opt->repo->hash_algoElijah Newren1-13/+13
2026-02-21merge-ort: replace the_repository with opt->repoElijah Newren1-21/+21
2026-02-21merge-ort: pass repository to write_tree()Elijah Newren1-8/+8
2026-02-21merge,diff: remove the_repository check before prefetching blobsElijah Newren4-5/+5
2026-02-20symlinks: use unsigned int for flagsTian Yuchen2-8/+9
2026-02-20The 6th batchJunio C Hamano1-0/+7
2026-02-20Merge branch 'ak/t9812-test-path-is-helpers'Junio C Hamano1-4/+4
2026-02-20Merge branch 'pw/diff-anchored-optim'Junio C Hamano1-12/+6
2026-02-20Merge branch 'jc/doc-cg-c-comment'Junio C Hamano1-0/+2
2026-02-20Merge branch 'pw/xdiff-cleanups'Junio C Hamano2-9/+12
2026-02-20tree-diff: remove the usage of the_hash_algo globalShreyansh Paliwal1-4/+2
2026-02-20contrib/subtree: process out-of-prefix subtreesColin Stagner2-53/+65
2026-02-20contrib/subtree: test history depthColin Stagner1-6/+16
2026-02-20contrib/subtree: capture additional test-casesColin Stagner1-0/+110
2026-02-20apply: normalize path in --directory argumentJoaquim Rocha2-0/+45
2026-02-20Merge branch 'ps/for-each-ref-in-fixes' into ps/refs-for-eachJunio C Hamano8-43/+137