summaryrefslogtreecommitdiffstats
path: root/meson.build (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-13ci/lib: support custom output directories when creating test artifactsPatrick Steinhardt1-6/+6
2024-12-13gitk: support auto-copy comit ID to primary clipboardAvi Halachmi (:avih)1-3/+11
2024-12-13gitk: prefs dialog: refine Auto-select UIAvi Halachmi (:avih)1-4/+7
2024-12-13gitk: UI text: change "SHA1 ID" to "Commit ID"Avi Halachmi (:avih)1-5/+5
2024-12-12bundle: remove unneeded codeToon Claes2-30/+44
2024-12-12ci/lib: fix "CI setup" sections with GitLab CIPatrick Steinhardt1-2/+2
2024-12-12ci/lib: do not interpret escape sequences in `group ()` argumentsPatrick Steinhardt1-2/+4
2024-12-12ci/lib: remove duplicate trap to end "CI setup" groupPatrick Steinhardt1-1/+0
2024-12-12gitlab-ci: update macOS images to SonomaPatrick Steinhardt1-2/+2
2024-12-10The fifteenth batchJunio C Hamano1-0/+20
2024-12-10strvec: `strvec_splice()` to a statically initialized vectorRubén Justo2-4/+17
2024-12-10index-pack --promisor: also check commits' treesJonathan Tan1-0/+1
2024-12-10index-pack --promisor: don't check blobsJonathan Tan1-1/+30
2024-12-10index-pack --promisor: dedup before checking linksJonathan Tan1-33/+42
2024-12-10Document HOME environment variableAlejandro Barreto1-0/+8
2024-12-09gitk: add text wrapping preferencesChristoph Sommer1-8/+27
2024-12-09gitk: make headings of preferences boldChristoph Sommer1-5/+5
2024-12-08git-gui: use system encoding to show console outputYuri Konotopov1-1/+1
2024-12-08object-name: fix reversed ordering with ":/<text>" revisionsPatrick Steinhardt2-2/+17
2024-12-07fetch: do not ask for HEAD unnecessarilyJunio C Hamano2-1/+36
2024-12-07reftable/writer: ensure valid range for log's update_indexKarthik Nayak3-4/+63
2024-12-06Introduce support for the Meson build systemPatrick Steinhardt27-0/+3880
2024-12-06Documentation: add comparison of build systemsPatrick Steinhardt2-0/+225
2024-12-06t: allow overriding build dirPatrick Steinhardt1-1/+2
2024-12-06t: better support for out-of-tree buildsPatrick Steinhardt7-11/+34
2024-12-06Documentation: extract script to generate a list of mergetoolsPatrick Steinhardt2-14/+25
2024-12-06Documentation: teach "cmd-list.perl" about out-of-tree buildsPatrick Steinhardt2-12/+13
2024-12-06Documentation: allow sourcing generated includes from separate dirPatrick Steinhardt5-15/+18
2024-12-06Makefile: simplify building of templatesPatrick Steinhardt19-37/+37
2024-12-06Makefile: write absolute program path into bin-wrappersPatrick Steinhardt3-7/+7
2024-12-06Makefile: allow "bin-wrappers/" directory to existPatrick Steinhardt6-8/+16
2024-12-06Makefile: refactor generators to be PWD-independentPatrick Steinhardt5-34/+68
2024-12-06Makefile: extract script to generate gitweb.jsPatrick Steinhardt2-1/+14
2024-12-06Makefile: extract script to generate gitweb.cgiPatrick Steinhardt4-31/+101
2024-12-06Makefile: extract script to massage Python scriptsPatrick Steinhardt3-10/+33
2024-12-06Makefile: extract script to massage Shell scriptsPatrick Steinhardt4-35/+68
2024-12-06Makefile: use "generate-perl.sh" to massage Perl libraryPatrick Steinhardt4-22/+27
2024-12-06Makefile: generate doc versions via GIT-VERSION-GENPatrick Steinhardt5-15/+25
2024-12-06Makefile: extract script to massage Perl scriptsPatrick Steinhardt3-15/+56
2024-12-06Makefile: generate "git.rc" via GIT-VERSION-GENPatrick Steinhardt5-17/+30
2024-12-06Makefile: consistently use PERL_PATHPatrick Steinhardt4-5/+5
2024-12-06Makefile: propagate Git version via generated headerPatrick Steinhardt6-11/+35
2024-12-06Makefile: refactor GIT-VERSION-GEN to be reusablePatrick Steinhardt6-34/+59
2024-12-06Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt18-119/+119
2024-12-06Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt4-95/+136
2024-12-06t/helper: don't depend on implicit wraparoundPatrick Steinhardt2-7/+2
2024-12-06scalar: address -Wsign-compare warningsPatrick Steinhardt1-4/+3
2024-12-06builtin/patch-id: fix type of `get_one_patchid()`Patrick Steinhardt1-8/+8
2024-12-06builtin/blame: fix type of `length` variable when emitting object IDPatrick Steinhardt1-3/+7
2024-12-06gpg-interface: address -Wsign-comparison warningsPatrick Steinhardt1-9/+6