summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-11-18worktree list: quote pathsPhillip Wood-3/+22
2025-11-18worktree list: fix column spacingPhillip Wood-24/+33
2025-11-18test-mktemp: plug memory and descriptor leaksJeff King-1/+7
2025-11-18ci(windows-meson-test): handle options and output like other test jobsJeff King-1/+24
2025-11-18unit-test: ignore --no-chain-lintJeff King-0/+1
2025-11-18t: enable ASan's strict_string_checks optionJeff King-0/+1
2025-11-18fsck: avoid parse_timestamp() on buffer that isn't NUL-terminatedJeff King-4/+19
2025-11-18fsck: remove redundant date timestamp checkJeff King-1/+1
2025-11-18fsck: avoid strcspn() in fsck_ident()Jeff King-10/+22
2025-11-18fsck: assert newline presence in fsck_ident()Jeff King-7/+9
2025-11-18cache-tree: avoid strtol() on non-string bufferJeff King-13/+37
2025-11-18Makefile: turn on NO_MMAP when building with ASanJeff King-1/+8
2025-11-18pack-bitmap: handle name-hash lookups in incremental bitmapsJeff King-4/+25
2025-11-18compat/mmap: mark unused argument in git_munmap()Jeff King-1/+1
2025-11-18ci: bump actions/setup-go from 5 to 6Johannes Schindelin-1/+1
2025-11-17mingw: avoid the comma operatorJohannes Schindelin-20/+28
2025-11-17cmake: stop trying to build the reftable and xdiff librariesJohannes Schindelin-13/+1
2025-11-17wincred: avoid memory corruptionDavid Macek-1/+1
2025-11-17merge-ort: fix failing merges in special corner caseElijah Newren-1/+106
2025-11-17merge-ort: remove debugging crudElijah Newren-1/+1
2025-11-17t6429: update comment to mention correct toolElijah Newren-8/+7
2025-11-17make strip: include `scalar`Johannes Schindelin-1/+1
2025-11-17wrapper: simplify xmkstemp()René Scharfe-18/+1
2025-11-17blame: make diff algorithm configurableAntonin Delpeuch-21/+278
2025-11-17xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASKAntonin Delpeuch-3/+1
2025-11-17Git 2.52v2.52.0Junio C Hamano-4/+7
2025-11-17Merge branch 'jc/ci-use-arm64-p4-on-macos'Junio C Hamano-1/+1
2025-11-16commit: refactor verify_commit_buffer()Christian Couder-2/+22
2025-11-16fast-import: refactor finalize_commit_buffer()Christian Couder-4/+13
2025-11-16builtin/repo: fix table alignment for UTF-8 charactersJiang Xin-4/+54
2025-11-16t/unit-tests: add UTF-8 width tests for CJK charsJiang Xin-0/+99
2025-11-16Use Perforce arm64 binary on macOS CI jobsJunio C Hamano-1/+1
2025-11-16Merge tag 'l10n-2.52.0-v1' of https://github.com/git-l10n/git-poJunio C Hamano-8985/+13309
2025-11-16l10n: zh_CN: updated translation for 2.52Teng Long-297/+1401
2025-11-15read-cache: drop submodule check from add_to_cache()Jeff King-4/+2
2025-11-16Merge branch '2.52-uk' of github.com:arkid15r/git-ukrainian-l10nJiang Xin-231/+1161
2025-11-15object-file: disallow adding submodules of different hash algobrian m. carlson-1/+55
2025-11-15l10n: uk: add 2.52 translationArkadii Yakovets-231/+1161
2025-11-15Merge branch 'vi-2.52' of github.com:Nekosha/git-poJiang Xin-242/+1140
2025-11-15Merge branch 'l10n/zh-TW/git-2-52' of github.com:l10n-tw/git-poJiang Xin-415/+1568
2025-11-15Merge branch 'po-id' of github.com:bagasme/git-poJiang Xin-283/+1420
2025-11-15Merge branch 'master' of github.com:alshopov/git-poJiang Xin-230/+1177
2025-11-15Merge branch 'fr_v2.52' of github.com:jnavila/gitJiang Xin-228/+1208
2025-11-15Merge branch 'l10n-ga-2.52' of github.com:aindriu80/git-poJiang Xin-6603/+1938
2025-11-15Merge branch 'master' of github.com:nafmo/git-l10n-svJiang Xin-235/+1151
2025-11-15l10n: zh_TW.po: update Git 2.52 translationYi-Jyun Pan-415/+1568
2025-11-15l10n: Updated translation for vi-2.52Vũ Tiến Hưng-242/+1140
2025-11-15l10n: tr: Update Turkish translationsEmir SARI-221/+1145
2025-11-14doc: commit: link to git-status(1) on all format optionsKristoffer Haugsbakk-4/+6
2025-11-14osxkeychain: avoid incorrectly skipping store operationKoji Nakamaru-30/+132