summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-08-15pseudo-merge.c: ensure pseudo-merge groups are closedTaylor Blau1-0/+36
2024-08-15pseudo-merge.c: do not generate empty pseudo-merge commitsTaylor Blau1-1/+1
2024-08-15t/t5333-pseudo-merge-bitmaps.sh: demonstrate empty pseudo-merge groupsTaylor Blau1-0/+20
2024-08-15t4129: fix racy index when calling chmod after git-addJeff King1-1/+1
2024-08-15Merge branch 'ps/reftable-stack-compaction' into ps/reftable-drop-genericJunio C Hamano1-7/+14
2024-08-14Merge branch 'tb/t7704-deflake'Junio C Hamano1-1/+1
2024-08-14Merge branch 'cp/unit-test-reftable-tree'Junio C Hamano2-1/+84
2024-08-14Merge branch 'kl/test-fixes'Junio C Hamano3-6/+12
2024-08-14Merge branch 'jc/reflog-expire-lookup-commit-fix'Junio C Hamano1-0/+8
2024-08-14Merge branch 'jc/leakfix-mailmap'Junio C Hamano1-0/+1
2024-08-14Merge branch 'jc/leakfix-hashfile'Junio C Hamano1-0/+1
2024-08-14Merge branch 'jc/patch-id'Junio C Hamano1-0/+40
2024-08-14Merge branch 'jc/jl-git-no-advice-fix'Junio C Hamano1-1/+0
2024-08-14Merge branch 'tb/config-fixed-value-with-valueless-true'Junio C Hamano1-0/+9
2024-08-14Merge branch 'jk/apply-patch-mode-check-fix'Junio C Hamano1-0/+62
2024-08-14Merge branch 'ps/ls-remote-out-of-repo-fix'Junio C Hamano1-0/+13
2024-08-14Merge branch 'rh/http-proxy-path'Junio C Hamano2-0/+103
2024-08-14Merge branch 'cp/unit-test-reftable-pq'Junio C Hamano2-1/+152
2024-08-14Merge branch 'ps/leakfixes-part-3'Junio C Hamano37-2/+44
2024-08-14t9001-send-email.sh: update alias list used for pine testJacob Keller1-3/+5
2024-08-14p1500: add is-base performance testsDerrick Stolee1-0/+31
2024-08-14for-each-ref: add 'is-base' tokenDerrick Stolee2-0/+69
2024-08-14commit-reach: add get_branch_base_for_tipDerrick Stolee2-0/+63
2024-08-14builtin/diff: free symmetric diff membersPatrick Steinhardt2-0/+2
2024-08-14diff: free state populated via optionsPatrick Steinhardt3-0/+4
2024-08-14builtin/log: fix leak when showing converted blob contentsPatrick Steinhardt1-0/+2
2024-08-14userdiff: fix leaking memory for configured diff driversPatrick Steinhardt4-0/+6
2024-08-14builtin/format-patch: fix various trivial memory leaksPatrick Steinhardt1-0/+1
2024-08-14diff: fix leak when parsing invalid ignore regex optionPatrick Steinhardt1-0/+1
2024-08-14unpack-trees: clear index when not propagating itPatrick Steinhardt1-0/+1
2024-08-14sequencer: release todo list on error pathsPatrick Steinhardt1-0/+1
2024-08-14merge-ort: unconditionally release attributes indexPatrick Steinhardt4-0/+4
2024-08-14builtin/fast-export: plug leaking tag namesPatrick Steinhardt1-0/+1
2024-08-14builtin/fast-import: plug trivial memory leaksPatrick Steinhardt2-0/+3
2024-08-14builtin/notes: fix leaking `struct notes_tree` when merging notesPatrick Steinhardt2-0/+2
2024-08-14builtin/rebase: fix leaking `commit.gpgsign` valuePatrick Steinhardt3-0/+3
2024-08-14read-cache: fix leaking hashfile when writing index failsPatrick Steinhardt3-0/+4
2024-08-14bulk-checkin: fix leaking state TODOPatrick Steinhardt1-0/+1
2024-08-14object-name: fix leaking symlink paths in object contextPatrick Steinhardt1-0/+1
2024-08-14object-file: fix memory leak when reading corrupted headersPatrick Steinhardt1-0/+1
2024-08-14remote: plug memory leak when aliasing URLsPatrick Steinhardt1-1/+1
2024-08-14t9001-send-email.sh: fix quoting for mailrc --dump-aliases testJacob Keller1-3/+3
2024-08-13bundle: default to SHA1 when reading bundle headersPatrick Steinhardt1-0/+25
2024-08-13builtin/bundle: have unbundle check for repo before opening its bundlePatrick Steinhardt1-0/+7
2024-08-13t-reftable-readwrite: add test for known errorChandra Pratap1-0/+5
2024-08-13t-reftable-readwrite: use 'for' in place of infinite 'while' loopsChandra Pratap1-9/+3
2024-08-13t-reftable-readwrite: use free_names() instead of a for loopChandra Pratap1-7/+3
2024-08-13t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap2-1/+979
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt3-0/+6
2024-08-09refs: add referent to each_ref_fnJohn Cai1-1/+1