summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-05-30midx-write.c: extract `fill_packs_from_midx()`Taylor Blau-30/+38
2024-05-30midx-write.c: extract `should_include_pack()`Taylor Blau-20/+28
2024-05-30midx-write.c: pass `start_pack` to `compute_sorted_entries()`Taylor Blau-4/+6
2024-05-30midx-write.c: reduce argument count for `get_sorted_entries()`Taylor Blau-26/+19
2024-05-30midx-write.c: tolerate `--preferred-pack` without bitmapsTaylor Blau-1/+30
2024-05-30rebase -i: improve error message when picking mergePhillip Wood-2/+110
2024-05-30rebase -i: pass struct replay_opts to parse_insn_line()Phillip Wood-29/+44
2024-05-30mv: replace src_dir with a strvecJeff King-6/+4
2024-05-30mv: factor out empty src_dir removalJeff King-19/+23
2024-05-30mv: move src_dir cleanup to end of cmd_mv()Jeff King-1/+1
2024-05-30t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULLJeff King-0/+1
2024-05-30t-strvec: use va_end() to match va_start()Jeff King-0/+2
2024-05-30Merge branch 'ps/leakfixes' into jk/leakfixesJunio C Hamano-584/+1136
2024-05-30t: improve the test-case for parse_names()Chandra Pratap-2/+4
2024-05-30t: add test for put_be16()Chandra Pratap-0/+11
2024-05-30t: move tests from reftable/record_test.c to the new unit testChandra Pratap-44/+33
2024-05-30t: move tests from reftable/stack_test.c to the new unit testChandra Pratap-28/+22
2024-05-30t: move reftable/basics_test.c to the unit testing frameworkChandra Pratap-24/+20
2024-05-29safe.directory: allow "lead/ing/path/*" matchJunio C Hamano-8/+32
2024-05-29Merge branch 'ps/leakfixes' into ps/no-writable-stringsJunio C Hamano-584/+1136
2024-05-29t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hashGhanshyam Thakkar-56/+85
2024-05-29strbuf: introduce strbuf_addstrings() to repeatedly add a stringGhanshyam Thakkar-7/+16
2024-05-28t/: migrate helper/test-example-decorate to the unit testing frameworkGhanshyam Thakkar-94/+82
2024-05-28The eighth batchJunio C Hamano-0/+35
2024-05-28Merge branch 'ps/leakfixes-base'Junio C Hamano-2/+15
2024-05-28Merge branch 'kn/osxkeychain-skip-idempotent-store'Junio C Hamano-0/+14
2024-05-28Merge branch 'jc/format-patch-more-aggressive-range-diff'Junio C Hamano-1/+12
2024-05-28Merge branch 'jc/rev-parse-fatal-doc'Junio C Hamano-2/+13
2024-05-28Merge branch 'jc/t0017-clarify-bogus-expectation'Junio C Hamano-1/+8
2024-05-28Merge branch 'ds/send-email-per-message-block'Junio C Hamano-4/+7
2024-05-28Merge branch 'ps/complete-config-w-subcommands'Junio C Hamano-25/+73
2024-05-28Merge branch 'jc/doc-diff-name-only'Junio C Hamano-2/+3
2024-05-28Merge branch 'tb/pack-bitmap-write-cleanups'Junio C Hamano-138/+185
2024-05-28Merge branch 'ps/builtin-config-cleanup'Junio C Hamano-433/+552
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano-117/+169
2024-05-28Merge branch 'kn/patch-iteration-doc'Junio C Hamano-0/+79
2024-05-28Merge branch 'mt/t0211-typofix'Junio C Hamano-1/+1
2024-05-28Merge branch 'jc/doc-manpages-l10n'Junio C Hamano-0/+7
2024-05-27builtin/mv: fix leaks for submodule gitfile pathsPatrick Steinhardt-19/+30
2024-05-27builtin/mv: refactor to use `struct strvec`Patrick Steinhardt-67/+68
2024-05-27builtin/mv duplicate string list memoryPatrick Steinhardt-6/+13
2024-05-27builtin/mv: refactor `add_slash()` to always return allocated stringsPatrick Steinhardt-18/+20
2024-05-27strvec: add functions to replace and remove stringsPatrick Steinhardt-0/+329
2024-05-27submodule: fix leaking memory for submodule entriesPatrick Steinhardt-0/+6
2024-05-27commit-reach: fix memory leak in `ahead_behind()`Patrick Steinhardt-0/+6
2024-05-27builtin/credential: clear credential before exitPatrick Steinhardt-0/+4
2024-05-27config: plug various memory leaksPatrick Steinhardt-12/+40
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt-92/+96
2024-05-27builtin/log: stop using globals for format configPatrick Steinhardt-202/+265
2024-05-27builtin/log: stop using globals for log configPatrick Steinhardt-103/+156