summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-26date.c: Fix type missmatch warings from msvcSören Krecker1-3/+3
2024-12-26Update the official repo of gitkAlexander Shopov1-5/+6
2024-12-26Merge https://github.com/j6t/git-guiJunio C Hamano3-22/+9
2024-12-24git-gui: po/README: update repository location and maintainerJohannes Sixt1-3/+3
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-23Merge branch 'kn/reflog-migration'Junio C Hamano7-121/+337
2024-12-23Merge branch 'ma/asciidoctor-build-fixes'Junio C Hamano1-1/+4
2024-12-23Merge branch 'ps/build-hotfix'Junio C Hamano7-45/+90
2024-12-23Merge branch 'ps/ci-meson'Junio C Hamano17-74/+195
2024-12-23Merge branch 'kl/doc-build-fix'Junio C Hamano1-3/+3
2024-12-23Merge branch 'tb/bitmap-fix-pack-reuse'Junio C Hamano1-23/+18
2024-12-23Merge branch 'jk/prio-queue-sign-compare-fix'Junio C Hamano3-10/+12
2024-12-23Merge branch 'ps/build-meson-gitweb'Junio C Hamano2-2/+13
2024-12-23Merge branch 'sk/calloc-not-malloc-plus-memset'Junio C Hamano2-7/+7
2024-12-23Merge branch 'js/range-diff-diff-merges'Junio C Hamano5-5/+56
2024-12-23Merge branch 'js/mingw-rename-fix'Junio C Hamano1-1/+1
2024-12-23Merge branch 'js/github-windows-setup-fix'Junio C Hamano1-10/+6
2024-12-23Merge branch 'js/ps-build-cmake-fixup'Junio C Hamano2-8/+11
2024-12-23Merge branch 'as/show-index-uninitialized-hash'Junio C Hamano2-0/+27
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano266-235/+524
2024-12-23Merge branch 'kn/reftable-writer-log-write-verify'Junio C Hamano3-4/+63
2024-12-23Merge branch 'ps/ci-gitlab-update'Junio C Hamano2-7/+8
2024-12-23Merge branch 'ps/reftable-alloc-failures-zalloc-fix'Junio C Hamano3-15/+31
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-21Merge branch 'js/no-rescan-on-empty-diff'Johannes Sixt2-21/+8
2024-12-20asciidoctor-extensions.rb.in: inject GIT_DATEMartin Ågren1-0/+1
2024-12-20asciidoctor-extensions.rb.in: add missing wordMartin Ågren1-1/+1
2024-12-20asciidoctor-extensions.rb.in: delete existing <refmiscinfo/>Martin Ågren1-0/+2
2024-12-20Merge branch 'ps/build-hotfix' into ma/asciidoctor-build-fixesJunio C Hamano7-45/+90
2024-12-20show-index: the short help should say the command reads from its inputJunio C Hamano2-2/+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