summaryrefslogtreecommitdiffstats
path: root/daemon.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-12-27commit-reach: use `size_t` to track indices in `remove_redundant()`Patrick Steinhardt1-23/+30
2024-12-27commit-reach: fix type of `min_commit_date`Patrick Steinhardt2-3/+3
2024-12-27commit-reach: fix index used to loop through unsigned integerPatrick Steinhardt1-2/+1
2024-12-27prio-queue: fix type of `insertion_ctr`Patrick Steinhardt1-2/+2
2024-12-26Update the official repo of gitkAlexander Shopov1-5/+6
2024-12-24gitk: Update Bulgarian translation (327t)Alexander Shopov1-345/+385
2024-12-23Hopefully the final batch before 2.48-rc1Junio C Hamano2-1/+28
2024-12-23git-gui i18n: Updated Bulgarian translation (579t)Alexander Shopov1-1566/+1625
2024-12-22reftable/basics: return NULL on zero-sized allocationsPatrick Steinhardt1-0/+7
2024-12-22reftable/stack: fix zero-sized allocation when there are no readersPatrick Steinhardt1-10/+14
2024-12-22reftable/merged: fix zero-sized allocation when there are no readersPatrick Steinhardt1-5/+7
2024-12-22reftable/stack: don't perform auto-compaction with less than two tablesPatrick Steinhardt1-0/+3
2024-12-21asciidoctor-extensions.rb.in: inject GIT_DATEMartin Ågren1-0/+1
2024-12-21asciidoctor-extensions.rb.in: add missing wordMartin Ågren1-1/+1
2024-12-21asciidoctor-extensions.rb.in: delete existing <refmiscinfo/>Martin Ågren1-0/+2
2024-12-20meson: add options to override build informationPatrick Steinhardt3-0/+24
2024-12-20GIT-VERSION-GEN: fix overriding GIT_BUILT_FROM_COMMIT and GIT_DATEPatrick Steinhardt2-2/+12
2024-12-20GIT-VERSION-GEN: fix overriding GIT_VERSIONPatrick Steinhardt4-29/+43
2024-12-20Makefile: introduce template for GIT-VERSION-GENPatrick Steinhardt3-5/+13
2024-12-20Makefile: drop unneeded indirection for GIT-VERSION-GEN outputsPatrick Steinhardt2-8/+4
2024-12-20Makefile: stop including "GIT-VERSION-FILE" in docsPatrick Steinhardt1-7/+0