summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-12-12Merge branch 'ps/build' into ps/ci-mesonJunio C Hamano-511/+4995
2024-12-12Merge branch 'cw/worktree-extension' into ps/ci-mesonJunio C Hamano-141/+334
2024-12-11git-submodule.sh: rename some variablesRoy Eldar-10/+10
2024-12-11git-submodule.sh: improve variables readabilityRoy Eldar-118/+95
2024-12-11git-submodule.sh: add some commentsRoy Eldar-0/+3
2024-12-11git-submodule.sh: get rid of unused variableRoy Eldar-1/+0
2024-12-11git-submodule.sh: get rid of isnumberRoy Eldar-9/+2
2024-12-11git-submodule.sh: improve parsing of short optionsRoy Eldar-0/+13
2024-12-11git-submodule.sh: improve parsing of some long optionsRoy Eldar-0/+9
2024-12-10The fifteenth batchJunio C Hamano-0/+20
2024-12-10Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano-148/+357
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano-229/+506
2024-12-10Merge branch 'bc/allow-upload-pack-from-other-people'Junio C Hamano-11/+49
2024-12-10Merge branch 'pb/mergetool-errors'Junio C Hamano-10/+20
2024-12-10Merge branch 'jc/doc-opt-tilde-expand'Junio C Hamano-0/+15
2024-12-10Merge branch 'bc/ancient-ci'Junio C Hamano-10/+20
2024-12-10strvec: `strvec_splice()` to a statically initialized vectorRubén Justo-4/+17
2024-12-10index-pack --promisor: also check commits' treesJonathan Tan-0/+1
2024-12-10index-pack --promisor: don't check blobsJonathan Tan-1/+30
2024-12-10index-pack --promisor: dedup before checking linksJonathan Tan-33/+42
2024-12-10Document HOME environment variableAlejandro Barreto-0/+8
2024-12-09Merge branch 'yk/console-encoding'Johannes Sixt-1/+1
2024-12-09gitk: add text wrapping preferencesChristoph Sommer-8/+27
2024-12-09gitk: make headings of preferences boldChristoph Sommer-5/+5
2024-12-08git-gui: use system encoding to show console outputYuri Konotopov-1/+1
2024-12-08object-name: fix reversed ordering with ":/<text>" revisionsPatrick Steinhardt-2/+17
2024-12-07fetch: do not ask for HEAD unnecessarilyJunio C Hamano-1/+36
2024-12-07reftable/writer: ensure valid range for log's update_indexKarthik Nayak-4/+63
2024-12-07Introduce support for the Meson build systemPatrick Steinhardt-0/+3880
2024-12-07Documentation: add comparison of build systemsPatrick Steinhardt-0/+225
2024-12-07t: allow overriding build dirPatrick Steinhardt-1/+2
2024-12-07t: better support for out-of-tree buildsPatrick Steinhardt-11/+34
2024-12-07Documentation: extract script to generate a list of mergetoolsPatrick Steinhardt-14/+25
2024-12-07Documentation: teach "cmd-list.perl" about out-of-tree buildsPatrick Steinhardt-12/+13
2024-12-07Documentation: allow sourcing generated includes from separate dirPatrick Steinhardt-15/+18
2024-12-07Makefile: simplify building of templatesPatrick Steinhardt-37/+37
2024-12-07Makefile: write absolute program path into bin-wrappersPatrick Steinhardt-7/+7
2024-12-07Makefile: allow "bin-wrappers/" directory to existPatrick Steinhardt-8/+16
2024-12-07Makefile: refactor generators to be PWD-independentPatrick Steinhardt-34/+68
2024-12-07Makefile: extract script to generate gitweb.jsPatrick Steinhardt-1/+14
2024-12-07Makefile: extract script to generate gitweb.cgiPatrick Steinhardt-31/+101
2024-12-07Makefile: extract script to massage Python scriptsPatrick Steinhardt-10/+33
2024-12-07Makefile: extract script to massage Shell scriptsPatrick Steinhardt-35/+68
2024-12-07Makefile: use "generate-perl.sh" to massage Perl libraryPatrick Steinhardt-22/+27
2024-12-07Makefile: generate doc versions via GIT-VERSION-GENPatrick Steinhardt-15/+25
2024-12-07Makefile: extract script to massage Perl scriptsPatrick Steinhardt-15/+56
2024-12-07Makefile: generate "git.rc" via GIT-VERSION-GENPatrick Steinhardt-17/+30
2024-12-07Makefile: consistently use PERL_PATHPatrick Steinhardt-5/+5
2024-12-07Makefile: propagate Git version via generated headerPatrick Steinhardt-11/+35
2024-12-07Makefile: refactor GIT-VERSION-GEN to be reusablePatrick Steinhardt-34/+59