summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-06-13Merge branch 'gt/unit-test-oidtree' into ps/use-the-repositoryJunio C Hamano7-106/+191
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano2-0/+244
2024-06-12commit-graph: increment progress indicatorDerrick Stolee1-1/+1
2024-06-12Merge branch 'gt/decorate-unit-test'Junio C Hamano5-92/+80
2024-06-12Merge branch 'jk/sparse-leakfix'Junio C Hamano4-0/+4
2024-06-12Merge branch 'jk/cap-exclude-file-size'Junio C Hamano2-0/+20
2024-06-12Merge branch 'jc/safe-directory-leading-path'Junio C Hamano1-0/+15
2024-06-12Merge branch 'gt/t-hash-unit-test'Junio C Hamano2-56/+84
2024-06-12Merge branch 'cp/reftable-unit-test'Junio C Hamano2-1/+160
2024-06-12Merge branch 'jc/t1517-more'Junio C Hamano1-0/+52
2024-06-12t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.cGhanshyam Thakkar7-106/+191
2024-06-12parse-options-cb: stop clamping "--abbrev=" to hash lengthPatrick Steinhardt1-0/+12
2024-06-12config: fix segfault when parsing "core.abbrev" without repoPatrick Steinhardt2-0/+19
2024-06-11pack-bitmap.c: avoid uninitialized `pack_int_id` during reuseTaylor Blau1-0/+26
2024-06-11midx-write.c: do not read existing MIDX with `packs_to_include`Taylor Blau1-0/+30
2024-06-11builtin/blame: fix leaking ignore revs filesPatrick Steinhardt1-0/+2
2024-06-11builtin/blame: fix leaking prefixed pathsPatrick Steinhardt4-0/+6
2024-06-11blame: fix leaking data for blame scoreboardsPatrick Steinhardt8-0/+12
2024-06-11merge: fix leaking merge basesPatrick Steinhardt5-0/+5
2024-06-11builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`Patrick Steinhardt1-0/+1
2024-06-11sequencer: fix memory leaks in `make_script_with_merges()`Patrick Steinhardt3-0/+4
2024-06-11builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`Patrick Steinhardt3-2/+4
2024-06-11apply: fix leaking string in `match_fragment()`Patrick Steinhardt1-0/+1
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt4-0/+4
2024-06-11config: fix leaking "core.notesref" variablePatrick Steinhardt2-0/+2
2024-06-11rerere: fix various trivial leaksPatrick Steinhardt3-0/+3
2024-06-11builtin/stash: fix leak in `show_stash()`Patrick Steinhardt2-0/+2
2024-06-11revision: free diff optionsPatrick Steinhardt7-0/+7
2024-06-11builtin/log: fix leaking commit list in git-cherry(1)Patrick Steinhardt1-0/+1
2024-06-11merge-recursive: fix memory leak when finalizing mergePatrick Steinhardt3-0/+4
2024-06-11builtin/merge-recursive: fix leaking object ID basesPatrick Steinhardt2-0/+2
2024-06-11object-name: free leaking object contextsPatrick Steinhardt1-0/+1
2024-06-11builtin/rev-list: fix leaking bitmap index when calculating disk usagePatrick Steinhardt1-0/+2
2024-06-11notes: fix memory leak when pruning notesPatrick Steinhardt1-0/+1
2024-06-11revision: fix leaking display notesPatrick Steinhardt1-0/+1
2024-06-11merge-recursive: fix leaking rename conflict infoPatrick Steinhardt3-0/+3
2024-06-11biultin/rev-parse: fix memory leaks in `--parseopt` modePatrick Steinhardt2-0/+2
2024-06-11bundle: plug leaks in `create_bundle()`Patrick Steinhardt3-0/+3
2024-06-11notes-utils: free note trees when releasing copied notesPatrick Steinhardt2-0/+2
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt13-0/+13
2024-06-11revision: fix memory leak when reversing revisionsPatrick Steinhardt1-0/+1
2024-06-10Merge branch 'jk/leakfixes'Junio C Hamano1-0/+3
2024-06-10Merge branch 'iw/trace-argv-on-alias'Junio C Hamano1-0/+11
2024-06-10diff: let external diffs report that changes are uninterestingRené Scharfe1-8/+21
2024-06-10t4020: test exit code with external diffsRené Scharfe1-0/+53
2024-06-07format-patch: assume --cover-letter for diff in multi-patch seriesRubén Justo2-0/+29
2024-06-07t4014: cleanups in a few testsRubén Justo1-5/+5
2024-06-07Merge branch 'tb/midx-write-cleanup'Junio C Hamano1-0/+23
2024-06-07revision: always store allocated strings in output encodingPatrick Steinhardt2-0/+2
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt5-14/+18