aboutsummaryrefslogtreecommitdiffstats
path: root/contrib (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-17cmake: put the Perl modules into the correct location againJohannes Schindelin1-0/+4
2024-12-17cmake: use the correct file name for the Perl headerJohannes Schindelin1-2/+2
2024-12-17cmake(mergetools): better support for out-of-tree buildsJohannes Schindelin1-1/+1
2024-12-17cmake: better support for out-of-tree builds follow-upJohannes Schindelin1-0/+3
2024-12-15Merge branch 'ps/build'Junio C Hamano4-123/+197
2024-12-12Merge branch 'ps/build' into ps/3.0-remote-deprecationJunio C Hamano4-123/+197
2024-12-10Merge branch 'pb/mergetool-errors'Junio C Hamano1-1/+1
2024-12-07Introduce support for the Meson build systemPatrick Steinhardt2-0/+17
2024-12-07t: better support for out-of-tree buildsPatrick Steinhardt1-0/+8
2024-12-07Makefile: simplify building of templatesPatrick Steinhardt1-22/+12
2024-12-07Makefile: write absolute program path into bin-wrappersPatrick Steinhardt1-3/+3
2024-12-07Makefile: allow "bin-wrappers/" directory to existPatrick Steinhardt1-3/+3
2024-12-07Makefile: refactor generators to be PWD-independentPatrick Steinhardt1-9/+10
2024-12-07Makefile: extract script to massage Python scriptsPatrick Steinhardt1-4/+11
2024-12-07Makefile: extract script to massage Shell scriptsPatrick Steinhardt1-11/+20
2024-12-07Makefile: use "generate-perl.sh" to massage Perl libraryPatrick Steinhardt1-14/+9
2024-12-07Makefile: extract script to massage Perl scriptsPatrick Steinhardt1-5/+27
2024-12-07Makefile: consistently use PERL_PATHPatrick Steinhardt1-1/+1
2024-12-07Makefile: generate "git.rc" via GIT-VERSION-GENPatrick Steinhardt1-6/+13
2024-12-07Makefile: propagate Git version via generated headerPatrick Steinhardt1-4/+12
2024-12-07Makefile: refactor GIT-VERSION-GEN to be reusablePatrick Steinhardt2-17/+7
2024-12-07Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt1-17/+17
2024-12-07Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt1-19/+39
2024-12-04Merge branch 'bc/drop-ancient-libcurl-and-perl'Junio C Hamano2-2/+2
2024-11-25completion: complete '--tool-help' in 'git mergetool'Philippe Blain1-1/+1
2024-11-18cmake: use verbatim arguments when invoking clar commandsPatrick Steinhardt1-2/+4
2024-11-18cmake: use SH_EXE to execute clar scriptsPatrick Steinhardt1-3/+6
2024-11-18t/unit-tests: convert "clar-generate.awk" into a shell scriptPatrick Steinhardt1-2/+5
2024-11-08Merge branch 'ps/upgrade-clar'Junio C Hamano1-39/+13
2024-11-01Merge branch 'ps/platform-compat-fixes'Taylor Blau1-0/+6
2024-10-23Require Perl 5.26.0brian m. carlson2-2/+2
2024-10-21cmake: set up proper dependencies for generated clar headersPatrick Steinhardt1-38/+12
2024-10-21cmake: fix compilation of clar-based unit testsPatrick Steinhardt1-1/+1
2024-10-16t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt1-0/+6
2024-10-10contrib: fix typosAndrew Kreimer3-4/+4
2024-09-25Merge branch 'jc/cmake-unit-test-updates'Junio C Hamano1-14/+11
2024-09-23Merge branch 'jk/jump-quickfix-fixes'Junio C Hamano1-2/+2
2024-09-18cmake: generalize the handling of the `UNIT_TEST_OBJS` listJohannes Schindelin1-3/+4
2024-09-18cmake: stop looking for `REFTABLE_TEST_OBJS` in the MakefileJohannes Schindelin1-5/+1
2024-09-18cmake: rename clar-related variables to avoid confusionJohannes Schindelin1-6/+6
2024-09-18Merge branch 'ps/clar-unit-test'Junio C Hamano1-0/+53
2024-09-16git-jump: ignore deleted files in diff modeJeff King1-1/+1
2024-09-16git-jump: always specify column 1 for diff entriesJeff King1-1/+1
2024-09-04clar: add CMake supportJohannes Schindelin1-0/+53
2024-08-28Merge branch 'ah/git-prompt-portability'Junio C Hamano1-65/+126
2024-08-26Merge branch 'jk/osxkeychain-username-is-nul-terminated' into maint-2.46Junio C Hamano1-1/+1
2024-08-20git-prompt: support custom 0-width PS1 markersAvi Halachmi (:avih)1-7/+12
2024-08-20git-prompt: ta-da! document usage in other shellsAvi Halachmi (:avih)1-2/+31
2024-08-20git-prompt: don't use shell $'...'Avi Halachmi (:avih)1-18/+29
2024-08-20git-prompt: add some missing quotesAvi Halachmi (:avih)1-13/+13