aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-24t: disable maintenance where we verify object database structurePatrick Steinhardt
2026-02-24t: fix races caused by background maintenancePatrick Steinhardt
2026-02-24diffcore-break: avoid segfault with freed entriesHan Young
2026-02-23doc: diff-options.adoc: show format.noprefix for format-patchKristoffer Haugsbakk
2026-02-23format-patch: make format.noprefix a booleanKristoffer Haugsbakk
2026-02-23Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sourcesJunio C Hamano
2026-02-23Merge branch 'ps/odb-for-each-object' into ps/odb-sourcesJunio C Hamano
2026-02-23config: use an enum for typeDerrick Stolee
2026-02-23config: restructure format_config()Derrick Stolee
2026-02-23config: format colors quietlyDerrick Stolee
2026-02-23color: add color_parse_quietly()Derrick Stolee
2026-02-23config: format expiry dates quietlyDerrick Stolee
2026-02-23config: format paths gentlyDerrick Stolee
2026-02-23config: format bools or strings in helperDerrick Stolee
2026-02-23config: format bools or ints gentlyDerrick Stolee
2026-02-23config: format bools gentlyDerrick Stolee
2026-02-23config: format int64s gentlyDerrick Stolee
2026-02-23config: make 'git config list --type=<X>' workDerrick Stolee
2026-02-23config: add 'gently' parameter to format_config()Derrick Stolee
2026-02-23config: move show_all_config()Derrick Stolee
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_namespaced_ref()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_glob_ref()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_glob_ref_in()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_rawref_in()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt
2026-02-23refs: improve verification for-each-ref optionsPatrick Steinhardt
2026-02-23refs: generalize `refs_for_each_fullref_in_prefixes()`Patrick Steinhardt
2026-02-23refs: generalize `refs_for_each_namespaced_ref()`Patrick Steinhardt
2026-02-23refs: speed up `refs_for_each_glob_ref_in()`Patrick Steinhardt
2026-02-23refs: introduce `refs_for_each_ref_ext`Patrick Steinhardt
2026-02-23refs: rename `each_ref_fn`Patrick Steinhardt
2026-02-23refs: rename `do_for_each_ref_flags`Patrick Steinhardt
2026-02-23refs: move `do_for_each_ref_flags` further upPatrick Steinhardt
2026-02-23refs: move `refs_head_ref_namespaced()`Patrick Steinhardt
2026-02-23refs: remove unused `refs_for_each_include_root_ref()`Patrick Steinhardt
2026-02-23pack-check: fix verification of large objectsPatrick Steinhardt
2026-02-23packfile: expose function to read object stream for an offsetPatrick Steinhardt
2026-02-23object-file: adapt `stream_object_signature()` to take a streamPatrick Steinhardt
2026-02-23t/helper: improve "genrandom" test helperPatrick Steinhardt
2026-02-22object-file.c: avoid container_of() of a NULL containerJunio C Hamano
2026-02-21pack-redundant: fix memory leak when open_pack_index() failsSahitya Chandra
2026-02-21path: factor out skip_slashes() in normalize_path_copy_len()Pushkar Singh
2026-02-21t2004: use test_path_is_file instead of test -fLambert Duclos-de Guise
2026-02-21replay: prevent the_repository from coming backElijah Newren
2026-02-21merge-ort: prevent the_repository from coming backElijah Newren
2026-02-21merge-ort: replace the_hash_algo with opt->repo->hash_algoElijah Newren
2026-02-21merge-ort: replace the_repository with opt->repoElijah Newren
2026-02-21merge-ort: pass repository to write_tree()Elijah Newren