summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-11git-submodule.sh: improve variables readabilityRoy Eldar1-118/+95
2024-12-11git-submodule.sh: add some commentsRoy Eldar1-0/+3
2024-12-11git-submodule.sh: get rid of unused variableRoy Eldar1-1/+0
2024-12-11git-submodule.sh: get rid of isnumberRoy Eldar1-9/+2
2024-12-11git-submodule.sh: improve parsing of short optionsRoy Eldar1-0/+13
2024-12-11git-submodule.sh: improve parsing of some long optionsRoy Eldar1-0/+9
2024-12-10The fifteenth batchJunio C Hamano1-0/+20
2024-12-10Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano6-148/+357
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano27-229/+506
2024-12-10Merge branch 'bc/allow-upload-pack-from-other-people'Junio C Hamano7-11/+49
2024-12-10Merge branch 'pb/mergetool-errors'Junio C Hamano4-10/+20
2024-12-10Merge branch 'jc/doc-opt-tilde-expand'Junio C Hamano2-0/+15
2024-12-10Merge branch 'bc/ancient-ci'Junio C Hamano3-10/+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-09Merge branch 'yk/console-encoding'Johannes Sixt1-1/+1
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-07Introduce support for the Meson build systemPatrick Steinhardt27-0/+3880
2024-12-07Documentation: add comparison of build systemsPatrick Steinhardt2-0/+225
2024-12-07t: allow overriding build dirPatrick Steinhardt1-1/+2
2024-12-07t: better support for out-of-tree buildsPatrick Steinhardt7-11/+34
2024-12-07Documentation: extract script to generate a list of mergetoolsPatrick Steinhardt2-14/+25
2024-12-07Documentation: teach "cmd-list.perl" about out-of-tree buildsPatrick Steinhardt2-12/+13
2024-12-07Documentation: allow sourcing generated includes from separate dirPatrick Steinhardt5-15/+18
2024-12-07Makefile: simplify building of templatesPatrick Steinhardt19-37/+37
2024-12-07Makefile: write absolute program path into bin-wrappersPatrick Steinhardt3-7/+7
2024-12-07Makefile: allow "bin-wrappers/" directory to existPatrick Steinhardt6-8/+16
2024-12-07Makefile: refactor generators to be PWD-independentPatrick Steinhardt5-34/+68
2024-12-07Makefile: extract script to generate gitweb.jsPatrick Steinhardt2-1/+14
2024-12-07Makefile: extract script to generate gitweb.cgiPatrick Steinhardt4-31/+101
2024-12-07Makefile: extract script to massage Python scriptsPatrick Steinhardt3-10/+33
2024-12-07Makefile: extract script to massage Shell scriptsPatrick Steinhardt4-35/+68
2024-12-07Makefile: use "generate-perl.sh" to massage Perl libraryPatrick Steinhardt4-22/+27
2024-12-07Makefile: generate doc versions via GIT-VERSION-GENPatrick Steinhardt5-15/+25
2024-12-07Makefile: extract script to massage Perl scriptsPatrick Steinhardt3-15/+56
2024-12-07Makefile: generate "git.rc" via GIT-VERSION-GENPatrick Steinhardt5-17/+30
2024-12-07Makefile: consistently use PERL_PATHPatrick Steinhardt4-5/+5
2024-12-07Makefile: propagate Git version via generated headerPatrick Steinhardt6-11/+35
2024-12-07Makefile: refactor GIT-VERSION-GEN to be reusablePatrick Steinhardt6-34/+59
2024-12-07Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt18-119/+119
2024-12-07Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt4-95/+136
2024-12-06t/helper: don't depend on implicit wraparoundPatrick Steinhardt2-7/+2