summaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* GIT-BUILD-OPTIONS: wire up NO_GITWEB optionPatrick Steinhardt2024-12-271-0/+1
* GIT-BUILD-OPTIONS: sort variables alphabeticallyPatrick Steinhardt2024-12-271-35/+35
* Merge branch 'js/ps-build-cmake-fixup'Junio C Hamano2024-12-231-4/+11
|\
| * cmake/vcxproj: stop special-casing `remote-ext`Johannes Schindelin2024-12-171-1/+1
| * cmake: put the Perl modules into the correct location againJohannes Schindelin2024-12-171-0/+4
| * cmake: use the correct file name for the Perl headerJohannes Schindelin2024-12-171-2/+2
| * cmake(mergetools): better support for out-of-tree buildsJohannes Schindelin2024-12-171-1/+1
| * cmake: better support for out-of-tree builds follow-upJohannes Schindelin2024-12-171-0/+3
* | Merge branch 'ps/build'Junio C Hamano2024-12-164-123/+197
|\|
| * Introduce support for the Meson build systemPatrick Steinhardt2024-12-062-0/+17
| * t: better support for out-of-tree buildsPatrick Steinhardt2024-12-061-0/+8
| * Makefile: simplify building of templatesPatrick Steinhardt2024-12-061-22/+12
| * Makefile: write absolute program path into bin-wrappersPatrick Steinhardt2024-12-061-3/+3
| * Makefile: allow "bin-wrappers/" directory to existPatrick Steinhardt2024-12-061-3/+3
| * Makefile: refactor generators to be PWD-independentPatrick Steinhardt2024-12-061-9/+10
| * Makefile: extract script to massage Python scriptsPatrick Steinhardt2024-12-061-4/+11
| * Makefile: extract script to massage Shell scriptsPatrick Steinhardt2024-12-061-11/+20
| * Makefile: use "generate-perl.sh" to massage Perl libraryPatrick Steinhardt2024-12-061-14/+9
| * Makefile: extract script to massage Perl scriptsPatrick Steinhardt2024-12-061-5/+27
| * Makefile: consistently use PERL_PATHPatrick Steinhardt2024-12-061-1/+1
| * Makefile: generate "git.rc" via GIT-VERSION-GENPatrick Steinhardt2024-12-061-6/+13
| * Makefile: propagate Git version via generated headerPatrick Steinhardt2024-12-061-4/+12
| * Makefile: refactor GIT-VERSION-GEN to be reusablePatrick Steinhardt2024-12-062-17/+7
| * Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt2024-12-061-17/+17
| * Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt2024-12-061-19/+39
* | Merge branch 'pb/mergetool-errors'Junio C Hamano2024-12-101-1/+1
|\ \ | |/ |/|
| * completion: complete '--tool-help' in 'git mergetool'Philippe Blain2024-11-251-1/+1
* | Merge branch 'bc/drop-ancient-libcurl-and-perl'Junio C Hamano2024-12-042-2/+2
|\ \
| * | Require Perl 5.26.0brian m. carlson2024-10-232-2/+2
* | | cmake: use verbatim arguments when invoking clar commandsPatrick Steinhardt2024-11-181-2/+4
* | | cmake: use SH_EXE to execute clar scriptsPatrick Steinhardt2024-11-181-3/+6
* | | t/unit-tests: convert "clar-generate.awk" into a shell scriptPatrick Steinhardt2024-11-181-2/+5
| |/ |/|
* | Merge branch 'ps/upgrade-clar'Junio C Hamano2024-11-081-39/+13
|\ \
| * | cmake: set up proper dependencies for generated clar headersPatrick Steinhardt2024-10-211-38/+12
| * | cmake: fix compilation of clar-based unit testsPatrick Steinhardt2024-10-211-1/+1
| |/
* | Merge branch 'ps/platform-compat-fixes'Taylor Blau2024-11-011-0/+6
|\ \
| * | t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt2024-10-161-0/+6
| |/
* / contrib: fix typosAndrew Kreimer2024-10-103-4/+4
|/
* Merge branch 'jc/cmake-unit-test-updates'Junio C Hamano2024-09-251-14/+11
|\
| * cmake: generalize the handling of the `UNIT_TEST_OBJS` listJohannes Schindelin2024-09-191-3/+4
| * cmake: stop looking for `REFTABLE_TEST_OBJS` in the MakefileJohannes Schindelin2024-09-191-5/+1
| * cmake: rename clar-related variables to avoid confusionJohannes Schindelin2024-09-191-6/+6
* | Merge branch 'jk/jump-quickfix-fixes'Junio C Hamano2024-09-231-2/+2
|\ \ | |/ |/|
| * git-jump: ignore deleted files in diff modeJeff King2024-09-161-1/+1
| * git-jump: always specify column 1 for diff entriesJeff King2024-09-161-1/+1
* | Merge branch 'ps/clar-unit-test'Junio C Hamano2024-09-191-0/+53
|\ \
| * | clar: add CMake supportJohannes Schindelin2024-09-041-0/+53
* | | Merge branch 'ah/git-prompt-portability'Junio C Hamano2024-08-281-65/+126
|\ \ \ | |/ / |/| |
| * | git-prompt: support custom 0-width PS1 markersAvi Halachmi (:avih)2024-08-201-7/+12
| * | git-prompt: ta-da! document usage in other shellsAvi Halachmi (:avih)2024-08-201-2/+31