summaryrefslogtreecommitdiffstats
path: root/LGPL-2.1 (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-25git-mergetool--lib.sh: add error message for unknown tool variantPhilippe Blain1-0/+1
2024-11-25git-mergetool--lib.sh: add error message if 'setup_user_tool' failsPhilippe Blain2-2/+15
2024-11-25git-mergetool--lib.sh: use TOOL_MODE when erroring about unknown toolPhilippe Blain1-1/+1
2024-11-25completion: complete '--tool-help' in 'git mergetool'Philippe Blain1-1/+1
2024-11-13The ninth batchJunio C Hamano1-0/+15
2024-11-08The eighth batchJunio C Hamano1-0/+15
2024-11-06compat/mingw: support POSIX semantics for atomic renamesPatrick Steinhardt2-7/+88
2024-11-06fetch-pack: die if in commit graph but not obj dbJonathan Tan2-5/+18
2024-11-06Revert "fetch-pack: add a deref_without_lazy_fetch_extended()"Jonathan Tan1-18/+7
2024-11-05doc: correct misleading descriptions for --shallow-excludeElijah Newren6-9/+9
2024-11-05list-objects-filter-options: work around reported leak on errorPatrick Steinhardt2-10/+8
2024-11-05builtin/merge: release output buffer after performing mergePatrick Steinhardt2-0/+2
2024-11-05dir: fix leak when parsing "status.showUntrackedFiles"Patrick Steinhardt2-2/+3
2024-11-05t/helper: fix leaking buffer in "dump-untracked-cache"Patrick Steinhardt1-0/+2
2024-11-05t/helper: stop re-initialization of `the_repository`Patrick Steinhardt2-2/+1
2024-11-05sparse-index: correctly free EWAH contentsPatrick Steinhardt1-2/+5
2024-11-05dir: release untracked cache dataPatrick Steinhardt1-0/+8
2024-11-05combine-diff: fix leaking lost linesPatrick Steinhardt2-2/+4
2024-11-05builtin/tag: fix leaking key ID on failure to signPatrick Steinhardt2-1/+2
2024-11-05transport-helper: fix leaking import/export marksPatrick Steinhardt2-0/+3
2024-11-05builtin/commit: fix leaking cleanup configPatrick Steinhardt2-5/+13
2024-11-05trailer: fix leaking strbufs when formatting trailersPatrick Steinhardt2-5/+8
2024-11-05trailer: fix leaking trailer valuesPatrick Steinhardt1-2/+8
2024-11-05builtin/commit: fix leaking change data contentsPatrick Steinhardt2-1/+9
2024-11-05upload-pack: fix leaking URI protocolsPatrick Steinhardt2-0/+2
2024-11-05pretty: clear signature checkPatrick Steinhardt5-0/+5
2024-11-05diff-lib: fix leaking diffopts in `do_diff_cache()`Patrick Steinhardt2-0/+2
2024-11-05revision: fix leaking bloom filtersPatrick Steinhardt2-0/+6
2024-11-05builtin/grep: fix leak with `--max-count=0`Patrick Steinhardt2-3/+11
2024-11-05grep: fix leak in `grep_splice_or()`Patrick Steinhardt1-0/+1
2024-11-05t/helper: fix leaks in "reach" test toolPatrick Steinhardt2-0/+11
2024-11-05builtin/ls-remote: plug leaking server optionsPatrick Steinhardt1-0/+1
2024-11-05upload-pack: fix ambiguous error messageElijah Newren2-1/+12
2024-11-04t1016: clean up styleAndrew Kreimer1-132/+130
2024-11-01The seventh batchTaylor Blau1-0/+39
2024-11-01rev-list: skip bitmap traversal for --left-rightJeff King2-0/+19
2024-10-30The sixth batchTaylor Blau1-0/+11
2024-10-28t6006: fix prereq handling with `test_format ()`Patrick Steinhardt1-4/+4
2024-10-28compat/mingw: allow deletion of most opened filesPatrick Steinhardt1-0/+66
2024-10-28compat/mingw: share file handles created via `CreateFileW()`Patrick Steinhardt1-2/+2
2024-10-25packfile: use oidread() instead of hashcpy() to fill object_idJeff King1-1/+1
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King7-18/+18
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King5-12/+15
2024-10-25http-walker: use object_id instead of bare hashJeff King3-16/+17
2024-10-25packfile: warn people away from parse_packed_git()Jeff King1-1/+10
2024-10-25packfile: drop sha1_pack_index_name()Jeff King3-14/+4
2024-10-25packfile: drop sha1_pack_name()Jeff King3-14/+2
2024-10-25packfile: drop has_pack_index()Jeff King3-17/+8
2024-10-25dumb-http: store downloaded pack idx as tempfileJeff King3-7/+41
2024-10-25t5550: count fetches in "previously-fetched .idx" testJeff King1-2/+16