summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-23Merge branch 'ab/coccicheck-incremental'Junio C Hamano11-33/+515
2022-11-23Merge branch 'es/chainlint-output'Junio C Hamano22-66/+206
2022-11-23Merge branch 'js/remove-stale-scalar-repos'Junio C Hamano2-20/+48
2022-11-23Merge branch 'dd/bisect-helper-subcommand'Junio C Hamano3-120/+142
2022-11-23Merge branch 'ab/submodule-helper-prep-only'Junio C Hamano12-149/+357
2022-11-23chainlint.pl: fix /proc/cpuinfo regexpAndreas Hasenack1-1/+1
2022-11-22parse_object(): simplify blob conditionalÆvar Arnfjörð Bjarmason1-1/+1
2022-11-22lib-httpd: extend module location auto-detectionEric Sunshine1-1/+2
2022-11-22t5516: fail to run in verbose modeJiang Xin1-3/+3
2022-11-21list-objects-filter: plug combine_filter_data leakRené Scharfe1-0/+1
2022-11-21prune: quiet ENOENT on missing directoriesEric Wong2-1/+11
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason6-33/+35
2022-11-21revert: fix parse_options_concat() leakÆvar Arnfjörð Bjarmason2-0/+2
2022-11-21cherry-pick: free "struct replay_opts" membersÆvar Arnfjörð Bjarmason1-0/+3
2022-11-21rebase: don't leak on "--abort"Ævar Arnfjörð Bjarmason2-0/+2
2022-11-21connected.c: free the "struct packed_git"Ævar Arnfjörð Bjarmason8-1/+13
2022-11-21sequencer.c: fix "opts->strategy" leak in read_strategy_opts()Ævar Arnfjörð Bjarmason1-0/+1
2022-11-21ls-files: fix a --with-tree memory leakÆvar Arnfjörð Bjarmason3-1/+3
2022-11-21revision API: call graph_clear() in release_revisions()Ævar Arnfjörð Bjarmason3-0/+3
2022-11-21unpack-file: fix ancient leak in create_temp_file()Ævar Arnfjörð Bjarmason6-0/+8
2022-11-21built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason10-1/+14
2022-11-21dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache"Ævar Arnfjörð Bjarmason2-3/+8
2022-11-21read-cache.c: clear and free "sparse_checkout_patterns"Ævar Arnfjörð Bjarmason4-0/+8
2022-11-21commit: discard partial cache before (re-)reading itÆvar Arnfjörð Bjarmason19-2/+29
2022-11-21{reset,merge}: call discard_index() before returningÆvar Arnfjörð Bjarmason2-0/+3
2022-11-21tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason11-7/+10
2022-11-21Merge branch 'pw/rebase-no-reflog-action' into ab/various-leak-fixesJunio C Hamano3-32/+46
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason30-202/+213
2022-11-21cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason10-3/+9
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason6-6/+10
2022-11-21cocci: apply "pending" index-compatibility to "t/helper/*.c"Ævar Arnfjörð Bjarmason8-20/+21
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason19-129/+132
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason11-41/+40
2022-11-21cocci: add a index-compatibility.pending.cocciÆvar Arnfjörð Bjarmason1-0/+110
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason6-16/+19
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason13-29/+65
2022-11-21builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason2-2/+0
2022-11-21cache.h: remove unused "the_index" compat macrosÆvar Arnfjörð Bjarmason1-5/+0
2022-11-18The thirteenth batchTaylor Blau1-0/+21
2022-11-18Merge branch 'en/sparse-checkout-design'Taylor Blau1-0/+1103
2022-11-18Merge branch 'jk/branch-delete-detached'Taylor Blau2-6/+39
2022-11-18Merge branch 'mh/credential-unrecognized-attrs'Taylor Blau2-0/+3
2022-11-18Merge branch 'vd/skip-cache-tree-update'Taylor Blau14-3/+145
2022-11-18Merge branch 'mh/increase-credential-cache-timeout'Taylor Blau1-2/+2
2022-11-18Merge branch 'vd/update-refs-delete'Taylor Blau2-3/+113
2022-11-18Merge branch 'tb/repack-expire-to'Taylor Blau3-10/+188
2022-11-18Merge branch 'ab/sha-makefile-doc'Taylor Blau9-104/+173
2022-11-18Merge branch 'ab/misc-hook-submodule-run-command'Taylor Blau3-6/+19
2022-11-18delta-islands: free island-related data after useEric Wong1-20/+51
2022-11-18parse_object(): check on-disk type of suspected blobJeff King2-4/+4