summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-01-01l10n: tr: Update Turkish translations for 2.48Emir SARI-68/+225
2024-12-30Git 2.48-rc1v2.48.0-rc1Junio C Hamano-0/+3
2024-12-30Merge branch 'ms/t7611-test-path-is-file'Junio C Hamano-17/+17
2024-12-30parse-options: localize mark-up of placeholder text in the short helpAlexander Shopov-3/+40
2024-12-30meson: provide a summary of configured backendsPatrick Steinhardt-0/+7
2024-12-30meson: wire up unsafe SHA1 backendPatrick Steinhardt-10/+32
2024-12-30meson: add missing dots for build optionsPatrick Steinhardt-2/+2
2024-12-30meson: simplify conditions for HTTPS and SHA1 dependenciesPatrick Steinhardt-2/+2
2024-12-30meson: require SecurityFramework when it's used as SHA1 backendPatrick Steinhardt-1/+1
2024-12-30meson: deduplicate access to SHA1/SHA256 backend optionsPatrick Steinhardt-3/+3
2024-12-30meson: consistenlty spell 'CommonCrypto'Patrick Steinhardt-2/+2
2024-12-30Merge branch 'ps/weak-sha1-for-tail-sum-fix' into ps/meson-weak-sha1-buildJunio C Hamano-2/+3
2024-12-30ci: exercise unsafe OpenSSL backendPatrick Steinhardt-0/+1
2024-12-30builtin/fast-import: fix segfault with unsafe SHA1 backendPatrick Steinhardt-1/+1
2024-12-30bulk-checkin: fix segfault with unsafe SHA1 backendPatrick Steinhardt-1/+1
2024-12-30object-file: fix race in object collision checkPatrick Steinhardt-2/+4
2024-12-30grep: work around LSan threading race with barrierJeff King-0/+8
2024-12-30index-pack: work around LSan threading race with barrierJeff King-0/+6
2024-12-30thread-utils: introduce optional barrier typeJeff King-0/+25
2024-12-30Revert "index-pack: spawn threads atomically"Jeff King-2/+0
2024-12-30test-lib: use individual lsan dir for --stress runsJeff King-1/+1
2024-12-30l10n: sv.po: Update Swedish translationPeter Krefting-63/+212
2024-12-29l10n: fr: v2.48.0Jean-Noël Avila-88/+243
2024-12-28Merge branch 'ps/meson-test-wo-gitweb'Junio C Hamano-135/+147
2024-12-28Merge branch 'as/gitk-git-gui-repo-update'Junio C Hamano-5/+6
2024-12-28t-reftable-merged: handle realloc errorsRené Scharfe-2/+2
2024-12-28reftable: handle realloc error in parse_names()René Scharfe-1/+2
2024-12-28reftable: fix allocation count on realloc errorRené Scharfe-21/+55
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe-16/+61
2024-12-28l10n: zh_TW: Git 2.48 round 2Yi-Jyun Pan-54/+98
2024-12-28l10n: zh_TW: Git 2.48Yi-Jyun Pan-198/+347
2024-12-27l10n: bg.po: Updated Bulgarian translation (5804t)Alexander Shopov-87/+270
2024-12-27sign-compare: avoid comparing ptrdiff with an int/unsignedJunio C Hamano-1/+1
2024-12-27Documentation: wire up sanity checks for MesonPatrick Steinhardt-0/+48
2024-12-27t/Makefile: make "check-meson" work with DashPatrick Steinhardt-5/+8
2024-12-27meson: install static files for HTML documentationPatrick Steinhardt-0/+21
2024-12-27meson: generate articlesPatrick Steinhardt-0/+164
2024-12-27Documentation: refactor "howto-index.sh" for out-of-tree buildsPatrick Steinhardt-3/+3
2024-12-27Documentation: refactor "api-index.sh" for out-of-tree buildsPatrick Steinhardt-5/+16
2024-12-27meson: generate user manualPatrick Steinhardt-0/+32
2024-12-27Documentation: inline user-manual.confPatrick Steinhardt-12/+11
2024-12-27meson: generate HTML pages for all man page categoriesPatrick Steinhardt-1/+1
2024-12-27meson: fix generation of merge toolsPatrick Steinhardt-2/+1
2024-12-27meson: properly wire up dependencies for our docsPatrick Steinhardt-10/+16
2024-12-27meson: wire up support for AsciiDoctorPatrick Steinhardt-28/+84
2024-12-27meson: enable auto-discovered "gitweb"Patrick Steinhardt-2/+2
2024-12-27GIT-BUILD-OPTIONS: wire up NO_GITWEB optionPatrick Steinhardt-28/+40
2024-12-27GIT-BUILD-OPTIONS: sort variables alphabeticallyPatrick Steinhardt-105/+105
2024-12-27t7611: replace test -f with test_path_is* helpersMeet Soni-17/+17
2024-12-27commit-reach: use `size_t` to track indices when computing merge basesPatrick Steinhardt-12/+11