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