summaryrefslogtreecommitdiffstats
path: root/setup.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-05l10n: zh_TW: Git 2.47Yi-Jyun Pan1-76/+248
2024-10-04l10n: fr.po: 2.47.0Jean-Noël Avila1-60/+194
2024-10-04l10n: zh_CN: updated translation for 2.47Teng Long1-72/+240
2024-10-04l10n: po-id for 2.47Bagas Sanjaya1-77/+246
2024-10-03l10n: tr: Update Turkish translations for 2.47.0Emir SARI1-58/+187
2024-10-02Git 2.47-rc1v2.47.0-rc1Junio C Hamano2-1/+12
2024-10-01another batch after 2.47-rc0Junio C Hamano1-0/+24
2024-09-28l10n: sv.po: Update Swedish translationPeter Krefting1-48/+179
2024-09-27csum-file.c: use unsafe SHA-1 implementation when availableTaylor Blau1-9/+9
2024-09-27Makefile: allow specifying a SHA-1 for non-cryptographic usesTaylor Blau2-0/+55
2024-09-27hash.h: scaffolding for _unsafe hashing variantsTaylor Blau2-0/+84
2024-09-27sha1: do not redefine `platform_SHA_CTX` and friendsTaylor Blau3-0/+7
2024-09-27pack-objects: use finalize_object_file() to rename pack/idx/etcTaylor Blau2-4/+10
2024-09-27finalize_object_file(): implement collision checkTaylor Blau3-10/+89
2024-09-27finalize_object_file(): refactor unlink_or_warn() placementTaylor Blau1-1/+6
2024-09-27finalize_object_file(): check for name collision before renamingTaylor Blau1-2/+6
2024-09-27diffcore-break: fix leaking filespecs when merging broken pairsPatrick Steinhardt6-2/+9
2024-09-27revision: fix leaking parents when simplifying commitsPatrick Steinhardt7-0/+12
2024-09-27builtin/maintenance: fix leak in `get_schedule_cmd()`Patrick Steinhardt2-47/+81
2024-09-27builtin/maintenance: fix leaking config stringPatrick Steinhardt1-2/+2
2024-09-27promisor-remote: fix leaking partial clone filterPatrick Steinhardt2-0/+3
2024-09-27grep: fix leaking grep patternPatrick Steinhardt1-1/+1
2024-09-27submodule: fix leaking submodule ODB pathsPatrick Steinhardt1-2/+2
2024-09-27trace2: destroy context stored in thread-local storagePatrick Steinhardt1-1/+9
2024-09-27builtin/difftool: plug several trivial memory leaksPatrick Steinhardt2-0/+7
2024-09-27builtin/repack: fix leaking configurationPatrick Steinhardt3-15/+45
2024-09-27diffcore-order: fix leaking buffer when parsing orderfilesPatrick Steinhardt3-12/+9
2024-09-27parse-options: free previous value of `OPTION_FILENAME`Patrick Steinhardt1-8/+14
2024-09-27diff: fix leaking orderfile optionPatrick Steinhardt3-5/+7
2024-09-27builtin/pull: fix leaking "ff" optionPatrick Steinhardt2-4/+8
2024-09-27dir: fix off by one errors for ignored and untracked entriesPatrick Steinhardt4-4/+5
2024-09-27builtin/submodule--helper: fix leaking remote ref on errorsPatrick Steinhardt2-4/+10
2024-09-27t/helper: fix leaking subrepo in nested submodule config helperPatrick Steinhardt2-1/+2
2024-09-27builtin/submodule--helper: fix leaking error bufferPatrick Steinhardt2-0/+4
2024-09-27builtin/submodule--helper: clear child process when not running itPatrick Steinhardt2-3/+8
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt5-3/+12
2024-09-27git: fix leaking argv when handling builtinsPatrick Steinhardt2-3/+20
2024-09-27builtin/help: fix leaking `html_path` when reading config multiple timesPatrick Steinhardt1-1/+2
2024-09-27builtin/help: fix dangling reference to `html_path`Patrick Steinhardt1-6/+7
2024-09-26Git 2.47-rc0v2.47.0-rc0Junio C Hamano2-1/+8
2024-09-25The 21st batchJunio C Hamano1-0/+9
2024-09-25http-push: clean up local_refs at exitJeff King2-1/+3
2024-09-25http-push: clean up loose request when falling back to packedJeff King1-1/+2
2024-09-25http-push: clean up objects listJeff King1-1/+5
2024-09-25http-push: free xml_ctx.cdata after useJeff King1-0/+2
2024-09-25http-push: free remote_ls_ctx.dentry_nameJeff King1-0/+1
2024-09-25http-push: free transfer_request strbufJeff King1-1/+4
2024-09-25http-push: free transfer_request dest fieldJeff King1-7/+3
2024-09-25http-push: free curl header listsJeff King1-0/+5
2024-09-25http-push: free repo->url stringJeff King1-0/+1