summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-18version: refactor redact_non_printables()Usman Akinyemi
2025-02-18version: replace manual ASCII checks with isprint() for clarityUsman Akinyemi
2025-01-06Merge branch 'master' of https://github.com/j6t/gitkJunio C Hamano
2025-01-06Merge branch 'master' of https://github.com/j6t/git-guiJunio C Hamano
2025-01-05Merge branch 'as/translations-bg'Johannes Sixt
2025-01-02Merge branch 'ps/build-meson-html'Junio C Hamano
2025-01-02Merge branch 'jk/lsan-race-ignore-false-positive'Junio C Hamano
2025-01-01test-lib: ignore leaks in the sanitizer's thread codeJeff King
2025-01-01test-lib: check leak logs for presence of DEDUP_TOKENJeff King
2025-01-01test-lib: simplify leak-log checkingJeff King
2025-01-01test-lib: rely on logs to detect leaksJeff King
2025-01-01Revert barrier-based LSan threading race workaroundJunio C Hamano
2025-01-01A bit more post Git 2.48-rc1Junio C Hamano
2025-01-01Merge branch 'jk/lsan-race-with-barrier'Junio C Hamano
2025-01-01Merge branch 'ps/weak-sha1-for-tail-sum-fix'Junio C Hamano
2025-01-01Merge branch 'rs/reftable-realloc-errors'Junio C Hamano
2024-12-30Git 2.48-rc1v2.48.0-rc1Junio C Hamano
2024-12-30Merge branch 'ms/t7611-test-path-is-file'Junio C Hamano
2024-12-30ci: exercise unsafe OpenSSL backendPatrick Steinhardt
2024-12-30builtin/fast-import: fix segfault with unsafe SHA1 backendPatrick Steinhardt
2024-12-30bulk-checkin: fix segfault with unsafe SHA1 backendPatrick Steinhardt
2024-12-30grep: work around LSan threading race with barrierJeff King
2024-12-30index-pack: work around LSan threading race with barrierJeff King
2024-12-30thread-utils: introduce optional barrier typeJeff King
2024-12-30Revert "index-pack: spawn threads atomically"Jeff King
2024-12-30test-lib: use individual lsan dir for --stress runsJeff King
2024-12-28Merge branch 'ps/meson-test-wo-gitweb'Junio C Hamano
2024-12-28Merge branch 'as/gitk-git-gui-repo-update'Junio C Hamano
2024-12-28t-reftable-merged: handle realloc errorsRené Scharfe
2024-12-28reftable: handle realloc error in parse_names()René Scharfe
2024-12-28reftable: fix allocation count on realloc errorRené Scharfe
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe
2024-12-27Documentation: wire up sanity checks for MesonPatrick Steinhardt
2024-12-27t/Makefile: make "check-meson" work with DashPatrick Steinhardt
2024-12-27meson: install static files for HTML documentationPatrick Steinhardt
2024-12-27meson: generate articlesPatrick Steinhardt
2024-12-27Documentation: refactor "howto-index.sh" for out-of-tree buildsPatrick Steinhardt
2024-12-27Documentation: refactor "api-index.sh" for out-of-tree buildsPatrick Steinhardt
2024-12-27meson: generate user manualPatrick Steinhardt
2024-12-27Documentation: inline user-manual.confPatrick Steinhardt
2024-12-27meson: generate HTML pages for all man page categoriesPatrick Steinhardt
2024-12-27meson: fix generation of merge toolsPatrick Steinhardt
2024-12-27meson: properly wire up dependencies for our docsPatrick Steinhardt
2024-12-27meson: wire up support for AsciiDoctorPatrick Steinhardt
2024-12-27meson: enable auto-discovered "gitweb"Patrick Steinhardt
2024-12-27GIT-BUILD-OPTIONS: wire up NO_GITWEB optionPatrick Steinhardt
2024-12-27GIT-BUILD-OPTIONS: sort variables alphabeticallyPatrick Steinhardt
2024-12-27t7611: replace test -f with test_path_is* helpersMeet Soni
2024-12-26Update the official repo of gitkAlexander Shopov
2024-12-26Merge https://github.com/j6t/git-guiJunio C Hamano