aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-24The twenty-third batchJunio C Hamano1-0/+4
2025-10-23t7528: work around ETOOMANY in OpenSSH 10.1 and newerPatrick Steinhardt1-1/+1
2025-10-23gpg-interface: do not use misdesigned strbuf_split*()Olamide Caleb Bello1-5/+10
2025-10-23gpg-interface: do not use misdesigned strbuf_split*()Olamide Caleb Bello1-8/+11
2025-10-23diff: stop output garbled message in dry run modeLidong Yan2-2/+43
2025-10-23diff: make sure the other caller of diff_flush_patch_quietly() is silentJunio C Hamano1-3/+23
2025-10-22The twenty-second batchJunio C Hamano1-0/+4
2025-10-22bisect: fix handling of `help` and invalid subcommandsRuoyu Zhong1-1/+5
2025-10-22commit-graph: add new config for changed-paths & recommend it in scalarEmily Yang5-1/+59
2025-10-21builtin/repo: add progress meter for structure statsJustin Tobler2-6/+60
2025-10-21builtin/repo: add keyvalue and nul format for structure statsJustin Tobler3-7/+106
2025-10-21builtin/repo: add object counts in structure outputJustin Tobler3-8/+117
2025-10-21builtin/repo: introduce structure subcommandJustin Tobler4-0/+272
2025-10-21ref-filter: export ref_kind_from_refname()Justin Tobler2-1/+3
2025-10-21ref-filter: allow NULL filter patternJustin Tobler1-2/+2
2025-10-21builtin/repo: rename repo_info() to cmd_repo_info()Justin Tobler1-3/+3
2025-10-21add-patch: fully document option PRené Scharfe3-24/+26
2025-10-21unicode: update the width tables to Unicode 17Torsten Bögershausen1-12/+21
2025-10-20The twenty-first batchJunio C Hamano1-0/+4
2025-10-20contrib/credential: harmonize MakefilesThomas Uhle2-23/+27
2025-10-20completion: complete some 'git log' optionsKIYOTA Fumiya1-2/+3
2025-10-20sparse-index: improve advice message instructionsDerrick Stolee1-2/+3
2025-10-20t7500: fix tests with absolute path following ":(optional)" on WindowsJohannes Sixt1-5/+14
2025-10-17status: make coloring of "-z --short" consistentJeff King2-2/+13
2025-10-17The twentieth batchJunio C Hamano1-0/+17
2025-10-17diff: restore redirection to /dev/null for diff_from_contentsJeff King2-0/+13
2025-10-16packfile: rename `packfile_store_get_all_packs()`Patrick Steinhardt4-7/+7
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt20-75/+57
2025-10-16packfile: drop `packfile_store_get_packs()`Patrick Steinhardt2-12/+0
2025-10-16builtin/grep: simplify how we preload packsPatrick Steinhardt1-1/+1
2025-10-16builtin/gc: convert to use `packfile_store_get_all_packs()`Patrick Steinhardt1-1/+1
2025-10-16object-name: convert to use `packfile_store_get_all_packs()`Patrick Steinhardt1-2/+2
2025-10-16doc: add large-object-promisors.adoc to the docs buildRamsay Jones3-32/+34
2025-10-16doc: commit-graph.adoc: fix up some formattingRamsay Jones1-10/+19
2025-10-16doc: sparse-checkout.adoc: fix asciidoc warningsRamsay Jones1-328/+376
2025-10-16doc: remembering-renames.adoc: fix asciidoc warningsRamsay Jones1-42/+78
2025-10-16builtin/repack.c: clean up unused `#include`sTaylor Blau1-9/+0
2025-10-16repack: move `write_cruft_pack()` out of the builtinTaylor Blau5-94/+107
2025-10-16repack: move `write_filtered_pack()` out of the builtinTaylor Blau5-46/+57
2025-10-16repack: move `pack_kept_objects` to `struct pack_objects_args`Taylor Blau4-19/+17
2025-10-16repack: move `finish_pack_objects_cmd()` out of the builtinTaylor Blau3-33/+38
2025-10-16builtin/repack.c: pass `write_pack_opts` to `finish_pack_objects_cmd()`Taylor Blau1-12/+20
2025-10-16repack: extract `write_pack_opts_is_local()`Taylor Blau3-4/+8
2025-10-16repack: move `find_pack_prefix()` out of the builtinTaylor Blau3-17/+17
2025-10-16builtin/repack.c: use `write_pack_opts` within `write_cruft_pack()`Taylor Blau1-13/+14
2025-10-16builtin/repack.c: introduce `struct write_pack_opts`Taylor Blau2-14/+24
2025-10-16repack: 'write_midx_included_packs' API from the builtinTaylor Blau3-305/+307
2025-10-16builtin/repack.c: inline packs within `write_midx_included_packs()`Taylor Blau1-9/+8
2025-10-16builtin/repack.c: pass `repack_write_midx_opts` to `midx_included_packs`Taylor Blau1-5/+8
2025-10-16builtin/repack.c: inline `remove_redundant_bitmaps()`Taylor Blau1-7/+8