summaryrefslogtreecommitdiffstats
path: root/object-file.c (unfollow)
Commit message (Expand)AuthorFilesLines
12 daysobject-file: don't special-case missing source file in collision checkPatrick Steinhardt1-2/+1
12 daysobject-file: rename variables in `check_collision()`Patrick Steinhardt1-20/+20
2024-12-30object-file: fix race in object collision checkPatrick Steinhardt1-2/+4
2024-10-07Git 2.47v2.47.0Junio C Hamano1-1/+1
2024-10-05l10n: Update German translationRalf Thielow1-49/+184
2024-10-05l10n: bg.po: Updated Bulgarian translation (5772t)Alexander Shopov1-54/+211
2024-10-05l10n: vi: Updated translation for 2.47Vũ Tiến Hưng1-74/+207
2024-10-05l10n: zh_TW: Git 2.47Yi-Jyun Pan1-76/+248
2024-10-05l10n: new lead for Catalan translationJordi Mas1-2/+2
2024-10-05l10n: Update Catalan translationJordi Mas1-640/+7287
2024-10-04Mostly there for 2.47 finalJunio C Hamano1-0/+3
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-04A bit more after 2.47-rc1Junio C Hamano1-0/+2
2024-10-04t0610: work around flaky test with concurrent writersPatrick Steinhardt1-5/+12
2024-10-04fsmonitor OSX: fix hangs for submodulesKoji Nakamaru2-0/+52
2024-10-04l10n: po-id for 2.47Bagas Sanjaya1-77/+246
2024-10-03perl: fix a typoAndrew Kreimer1-1/+1
2024-10-03mergetool: fix a typoAndrew Kreimer1-1/+1
2024-10-03reftable: fix a typoAndrew Kreimer1-1/+1
2024-10-03trace2: fix typosAndrew Kreimer2-2/+2
2024-10-03hash.h: set NEEDS_CLONE_HELPER_UNSAFE in fallback modeJeff King1-0/+3
2024-10-03archive: fix misleading error messageRené Scharfe1-1/+2
2024-10-03l10n: tr: Update Turkish translations for 2.47.0Emir SARI1-58/+187
2024-10-03utf8.h: squelch unused-parameter warnings with NO_ICONVMike Hommey1-2/+3
2024-10-02Git 2.47-rc1v2.47.0-rc1Junio C Hamano2-1/+12
2024-10-01read-cache: free threaded memory poolDerrick Stolee1-0/+1
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