summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-24t5510: explicitly use "gc" strategyPatrick Steinhardt-0/+1
2026-02-24t5400: explicitly use "gc" strategyPatrick Steinhardt-0/+1
2026-02-24t34xx: don't expire reflogs where it mattersPatrick Steinhardt-0/+24
2026-02-24t: disable maintenance where we verify object database structurePatrick Steinhardt-3/+17
2026-02-24t: fix races caused by background maintenancePatrick Steinhardt-4/+11
2026-02-24diffcore-break: avoid segfault with freed entriesHan Young-0/+32
2026-02-23doc: diff-options.adoc: show format.noprefix for format-patchKristoffer Haugsbakk-1/+3
2026-02-23format-patch: make format.noprefix a booleanKristoffer Haugsbakk-1/+29
2026-02-23config: use an enum for typeDerrick Stolee-10/+13
2026-02-23config: restructure format_config()Derrick Stolee-19/+45
2026-02-23config: format colors quietlyDerrick Stolee-16/+22
2026-02-23color: add color_parse_quietly()Derrick Stolee-7/+19
2026-02-23config: format expiry dates quietlyDerrick Stolee-16/+22
2026-02-23config: format paths gentlyDerrick Stolee-12/+23
2026-02-23config: format bools or strings in helperDerrick Stolee-7/+15
2026-02-23config: format bools or ints gentlyDerrick Stolee-10/+34
2026-02-23config: format bools gentlyDerrick Stolee-3/+22
2026-02-23config: format int64s gentlyDerrick Stolee-5/+26
2026-02-23config: make 'git config list --type=<X>' workDerrick Stolee-16/+119
2026-02-23config: add 'gently' parameter to format_config()Derrick Stolee-4/+8
2026-02-23config: move show_all_config()Derrick Stolee-24/+24
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt-46/+37
2026-02-23refs: replace `refs_for_each_namespaced_ref()`Patrick Steinhardt-25/+13
2026-02-23refs: replace `refs_for_each_glob_ref()`Patrick Steinhardt-19/+15
2026-02-23refs: replace `refs_for_each_glob_ref_in()`Patrick Steinhardt-36/+55
2026-02-23refs: replace `refs_for_each_rawref_in()`Patrick Steinhardt-16/+6
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt-17/+30
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt-32/+45
2026-02-23refs: improve verification for-each-ref optionsPatrick Steinhardt-1/+12
2026-02-23refs: generalize `refs_for_each_fullref_in_prefixes()`Patrick Steinhardt-43/+34
2026-02-23refs: generalize `refs_for_each_namespaced_ref()`Patrick Steinhardt-18/+36
2026-02-23refs: speed up `refs_for_each_glob_ref_in()`Patrick Steinhardt-33/+64
2026-02-23refs: introduce `refs_for_each_ref_ext`Patrick Steinhardt-30/+77
2026-02-23refs: rename `each_ref_fn`Patrick Steinhardt-50/+50
2026-02-23refs: rename `do_for_each_ref_flags`Patrick Steinhardt-31/+31
2026-02-23refs: move `do_for_each_ref_flags` further upPatrick Steinhardt-37/+37
2026-02-23refs: move `refs_head_ref_namespaced()`Patrick Steinhardt-2/+3
2026-02-23refs: remove unused `refs_for_each_include_root_ref()`Patrick Steinhardt-13/+0
2026-02-23pack-check: fix verification of large objectsPatrick Steinhardt-1/+39
2026-02-23packfile: expose function to read object stream for an offsetPatrick Steinhardt-16/+29
2026-02-23object-file: adapt `stream_object_signature()` to take a streamPatrick Steinhardt-14/+31
2026-02-23t/helper: improve "genrandom" test helperPatrick Steinhardt-13/+16
2026-02-22object-file.c: avoid container_of() of a NULL containerJunio C Hamano-2/+2
2026-02-21pack-redundant: fix memory leak when open_pack_index() failsSahitya Chandra-1/+3
2026-02-21path: factor out skip_slashes() in normalize_path_copy_len()Pushkar Singh-6/+13
2026-02-21t2004: use test_path_is_file instead of test -fLambert Duclos-de Guise-21/+21
2026-02-21replay: prevent the_repository from coming backElijah Newren-0/+6
2026-02-21merge-ort: prevent the_repository from coming backElijah Newren-0/+8
2026-02-21merge-ort: replace the_hash_algo with opt->repo->hash_algoElijah Newren-13/+13
2026-02-21merge-ort: replace the_repository with opt->repoElijah Newren-21/+21