summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-25http-walker: free fake packed_git listJeff King2-0/+11
2024-09-25remote-curl: free HEAD ref with free_one_ref()Jeff King1-1/+1
2024-09-25http: stop leaking buffer in http_get_info_packs()Jeff King2-0/+2
2024-09-25http: call git_inflate_end() when releasing http_object_requestJeff King1-1/+2
2024-09-25http: fix leak of http_object_request structJeff King5-11/+17
2024-09-25http: fix leak when redacting cookies from curl traceJeff King1-0/+1
2024-09-25transport-helper: fix leak of dummy refs_listJeff King1-2/+8
2024-09-25fetch-pack: clear pack lockfiles listJeff King1-0/+1
2024-09-25fetch: free "raw" string when shrinking refspecJeff King4-2/+4
2024-09-25transport-helper: fix strbuf leak in push_refs_with_push()Jeff King2-0/+2
2024-09-25send-pack: free cas options before exitJeff King4-1/+4
2024-09-25commit: avoid leaking already-saved bufferJeff King2-1/+3
2024-09-25fetch-pack, send-pack: clean up shallow oid arrayJeff King3-0/+3
2024-09-25fetch-pack: free object filter before exitingJeff King2-0/+2
2024-09-25connect: clear child process before freeing in diagnostic modeJeff King1-0/+1
2024-09-25fetch-pack: fix leaking sought refsPatrick Steinhardt3-2/+21
2024-09-25shallow: fix leak when unregistering last shallow rootPatrick Steinhardt1-3/+2
2024-09-25http-fetch: clear leaking git-index-pack(1) argumentsPatrick Steinhardt1-5/+11
2024-09-25test-lib: check for leak logs after every testJeff King2-6/+8
2024-09-25test-lib: show leak-sanitizer logs on --immediate failureJeff King1-0/+1
2024-09-25test-lib: stop showing old leak logsJeff King1-33/+2
2024-09-25send-email: document --mailmap and associated configurationJacob Keller2-0/+21
2024-09-24builtin: fix typosAndrew Kreimer4-4/+4
2024-09-24doc: apply synopsis simplification on git-clone and git-initJean-Noël Avila3-72/+67
2024-09-24doc: update the guidelines to reflect the current formatting rulesJean-Noël Avila1-28/+30
2024-09-24doc: introduce a synopsis typesettingJean-Noël Avila4-7/+112
2024-09-24refs/reftable: reload locked stack when preparing transactionPatrick Steinhardt2-1/+33
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt4-13/+91
2024-09-24refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt5-6/+66
2024-09-24config: fix evaluating "onbranch" with nonexistent git dirPatrick Steinhardt2-7/+10
2024-09-24t1305: exercise edge cases of "onbranch" includesPatrick Steinhardt1-0/+40
2024-09-23sparse-checkout: disable advice in 'disable'Derrick Stolee4-3/+19
2024-09-23Documentation: fix typosAndrew Kreimer4-4/+4
2024-09-23Documentation/config: fix typosAndrew Kreimer3-3/+3
2024-09-23Documentation/technical: fix a typoAndrew Kreimer1-1/+1
2024-09-23The 20th batchJunio C Hamano1-0/+14
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano128-437/+903
2024-09-23Merge branch 'jk/t9001-deflake'Junio C Hamano1-2/+2
2024-09-23Merge branch 'jk/jump-quickfix-fixes'Junio C Hamano1-2/+2
2024-09-23Merge branch 'ak/typofixes'Junio C Hamano3-3/+3
2024-09-23Merge branch 'jk/diag-unexpected-remote-helper-death'Junio C Hamano2-3/+24
2024-09-23Merge branch 'jc/t5512-sigpipe-fix'Junio C Hamano1-0/+1
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano83-560/+698
2024-09-23Sync with Git 2.46.2Junio C Hamano1-0/+12
2024-09-23Git 2.46.2v2.46.2Junio C Hamano2-1/+13
2024-09-23Merge branch 'ma/test-libcurl-prereq' into maint-2.46Junio C Hamano2-3/+5
2024-09-23Merge branch 'jc/doc-skip-fetch-all-and-prefetch' into maint-2.46Junio C Hamano3-8/+13
2024-09-23Merge branch 'bl/trailers-and-incomplete-last-line-fix' into maint-2.46Junio C Hamano2-0/+41
2024-09-23Merge branch 'rj/cygwin-has-dev-tty' into maint-2.46Junio C Hamano1-0/+1
2024-09-23Merge branch 'rs/diff-exit-code-fix' into maint-2.46Junio C Hamano2-0/+42