summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-08-01builtin/ls-remote: fix leaking `pattern` stringsPatrick Steinhardt-14/+11
2024-08-01builtin/submodule--helper: fix leaking buffer in `is_tip_reachable`Patrick Steinhardt-2/+8
2024-08-01builtin/submodule--helper: fix leaking clone depth parameterPatrick Steinhardt-6/+5
2024-08-01builtin/name-rev: fix various trivial memory leaksPatrick Steinhardt-2/+6
2024-08-01builtin/describe: fix trivial memory leak when describing blobPatrick Steinhardt-0/+2
2024-08-01builtin/describe: fix leaking array when running diff-indexPatrick Steinhardt-3/+3
2024-08-01builtin/describe: fix memory leak with `--contains=`Patrick Steinhardt-1/+17
2024-08-01builtin/log: fix leaking branch name when creating cover lettersPatrick Steinhardt-1/+4
2024-08-01builtin/replay: plug leaking `advance_name` variablePatrick Steinhardt-6/+15
2024-07-31Start the 2.47 cycleJunio C Hamano-2/+44
2024-07-31Merge branch 'jc/how-to-maintain-updates'Junio C Hamano-53/+105
2024-07-31Merge branch 'tn/doc-commit-fix'Junio C Hamano-2/+2
2024-07-31Merge branch 'jc/doc-one-shot-export-with-shell-func'Junio C Hamano-0/+27
2024-07-31Merge branch 'cp/unit-test-reftable-merged'Junio C Hamano-106/+106
2024-07-31Merge branch 'kn/ci-clang-format'Junio C Hamano-3/+120
2024-07-31Merge branch 'jc/checkout-no-op-switch-errors'Junio C Hamano-7/+27
2024-07-31Merge branch 'pw/add-patch-with-suppress-blank-empty'Junio C Hamano-8/+34
2024-07-31Merge branch 'rj/make-cleanup'Junio C Hamano-2/+1
2024-07-31Merge branch 'jt/doc-post-receive-hook-update'Junio C Hamano-6/+9
2024-07-31Merge branch 'ad/merge-with-diff-algorithm'Junio C Hamano-15/+150
2024-07-31Merge branch 'rs/t-strvec-use-test-msg'Junio C Hamano-32/+15
2024-07-31t98xx: mark Perforce tests as memory-leak freePatrick Steinhardt-0/+35
2024-07-31ci: update Perforce version to r23.2Patrick Steinhardt-1/+1
2024-07-31t98xx: fix Perforce tests with p4d r23 and newerPatrick Steinhardt-8/+48
2024-07-31convert: return early when not tracingD Harithamma-0/+3
2024-07-30Documentation: consistently use spaces inside initializersPatrick Steinhardt-1/+1
2024-07-30Documentation: document idiomatic function namesPatrick Steinhardt-0/+17
2024-07-30Documentation: document naming schema for structs and their functionsPatrick Steinhardt-0/+19
2024-07-30Documentation: clarify indentation style for C preprocessor directivesPatrick Steinhardt-0/+10
2024-07-30clang-format: fix indentation width for preprocessor directivesPatrick Steinhardt-2/+4
2024-07-30Merge branch 'kn/ci-clang-format' into ps/doc-more-c-coding-guidelinesJunio C Hamano-3/+120
2024-07-30refs/reftable: stop using `the_repository`Patrick Steinhardt-25/+26
2024-07-30refs/packed: stop using `the_repository`Patrick Steinhardt-8/+6
2024-07-30refs/files: stop using `the_repository`Patrick Steinhardt-5/+3
2024-07-30refs/files: stop using `the_repository` in `parse_loose_ref_contents()`Patrick Steinhardt-12/+16
2024-07-30refs: stop using `the_repository`Patrick Steinhardt-7/+5
2024-07-30t-strvec: use if_testRené Scharfe-200/+156
2024-07-30t-reftable-basics: use if_testRené Scharfe-122/+106
2024-07-30t-ctype: use if_testRené Scharfe-3/+1
2024-07-30unit-tests: add if_testRené Scharfe-1/+121
2024-07-30unit-tests: show location of checks outside of testsRené Scharfe-3/+11
2024-07-30t0080: use here-doc test bodyRené Scharfe-10/+10
2024-07-30t-example-decorate: remove test messagesRené Scharfe-16/+8
2024-07-30safe.directory: setting safe.directory="." allows the "current" directoryJunio C Hamano-0/+64
2024-07-30safe.directory: normalize the configured pathJunio C Hamano-4/+91
2024-07-30safe.directory: normalize the checked pathJunio C Hamano-4/+69
2024-07-30safe.directory: preliminary clean-upJunio C Hamano-7/+5
2024-07-30grep: -W: skip trailing empty lines at EOF, tooRené Scharfe-1/+3
2024-07-29patch-id: tighten code to detect the patch headerJunio C Hamano-13/+53
2024-07-29patch-id: rewrite code that detects the beginning of a patchJunio C Hamano-8/+21