summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-14remote: transfer ownership of memory in add_url(), etcJeff King1-14/+19
2024-06-14remote: refactor alias_url() memory ownershipJeff King1-11/+15
2024-06-14archive: fix check for missing urlJeff King1-1/+1
2024-06-14BreakingChanges: document that we do not plan to deprecate git-checkoutPatrick Steinhardt1-0/+12
2024-06-14BreakingChanges: document removal of graftingPatrick Steinhardt1-0/+13
2024-06-14BreakingChanges: document upcoming change from "sha1" to "sha256"Patrick Steinhardt1-0/+30
2024-06-14docs: introduce document to announce breaking changesPatrick Steinhardt1-0/+80
2024-06-13Merge branch 'gt/unit-test-oidtree' into ps/use-the-repositoryJunio C Hamano8-108/+197
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano26-82/+979
2024-06-12commit-graph: increment progress indicatorDerrick Stolee2-2/+2
2024-06-12The thirteenth batchJunio C Hamano1-0/+22
2024-06-12Merge branch 'gt/decorate-unit-test'Junio C Hamano7-94/+82
2024-06-12Merge branch 'jk/sparse-leakfix'Junio C Hamano7-36/+65
2024-06-12Merge branch 'jk/cap-exclude-file-size'Junio C Hamano3-0/+40
2024-06-12Merge branch 'jc/safe-directory-leading-path'Junio C Hamano3-7/+30
2024-06-12Merge branch 'gt/t-hash-unit-test'Junio C Hamano7-63/+101
2024-06-12Merge branch 'cp/reftable-unit-test'Junio C Hamano6-169/+161
2024-06-12Merge branch 'jc/t1517-more'Junio C Hamano2-0/+53
2024-06-12t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.cGhanshyam Thakkar8-108/+197
2024-06-12object-name: don't try to abbreviate to lengths greater than hexszPatrick Steinhardt1-1/+1
2024-06-12parse-options-cb: stop clamping "--abbrev=" to hash lengthPatrick Steinhardt2-2/+12
2024-06-12config: fix segfault when parsing "core.abbrev" without repoPatrick Steinhardt3-2/+21
2024-06-11Makefile: add ability to append to CFLAGS and LDFLAGSPatrick Steinhardt1-2/+2
2024-06-11pack-revindex.c: guard against out-of-bounds pack lookupsTaylor Blau1-0/+3
2024-06-11pack-bitmap.c: avoid uninitialized `pack_int_id` during reuseTaylor Blau2-0/+39
2024-06-11midx-write.c: do not read existing MIDX with `packs_to_include`Taylor Blau2-11/+61
2024-06-11builtin/blame: fix leaking ignore revs filesPatrick Steinhardt2-1/+4
2024-06-11builtin/blame: fix leaking prefixed pathsPatrick Steinhardt5-2/+9
2024-06-11blame: fix leaking data for blame scoreboardsPatrick Steinhardt9-0/+16
2024-06-11line-range: plug leaking find functionsPatrick Steinhardt1-0/+2
2024-06-11merge: fix leaking merge basesPatrick Steinhardt17-29/+54
2024-06-11builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`Patrick Steinhardt4-9/+16
2024-06-11sequencer: fix memory leaks in `make_script_with_merges()`Patrick Steinhardt4-0/+7
2024-06-11builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`Patrick Steinhardt4-3/+6
2024-06-11apply: fix leaking string in `match_fragment()`Patrick Steinhardt2-32/+56
2024-06-11sequencer: fix leaking string buffer in `commit_staged_changes()`Patrick Steinhardt1-38/+73
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt16-37/+59
2024-06-11config: fix leaking "core.notesref" variablePatrick Steinhardt3-0/+3
2024-06-11rerere: fix various trivial leaksPatrick Steinhardt4-0/+6
2024-06-11builtin/stash: fix leak in `show_stash()`Patrick Steinhardt3-0/+4
2024-06-11revision: free diff optionsPatrick Steinhardt11-7/+17
2024-06-11builtin/log: fix leaking commit list in git-cherry(1)Patrick Steinhardt2-3/+4
2024-06-11merge-recursive: fix memory leak when finalizing mergePatrick Steinhardt4-0/+7
2024-06-11builtin/merge-recursive: fix leaking object ID basesPatrick Steinhardt6-12/+12
2024-06-11builtin/difftool: plug memory leaks in `run_dir_diff()`Patrick Steinhardt1-0/+3
2024-06-11object-name: free leaking object contextsPatrick Steinhardt11-47/+97
2024-06-11builtin/rev-list: fix leaking bitmap index when calculating disk usagePatrick Steinhardt2-0/+4
2024-06-11notes: fix memory leak when pruning notesPatrick Steinhardt2-1/+7
2024-06-11revision: fix leaking display notesPatrick Steinhardt4-6/+15
2024-06-11merge-recursive: fix leaking rename conflict infoPatrick Steinhardt4-1/+10