summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano
2025-01-29libgit: add higher-level libgit crateCalvin Wan
2025-01-29libgit-sys: also export some config_set functionsJosh Steadmon
2025-01-28libgit-sys: introduce Rust wrapper for libgit.aJosh Steadmon
2025-01-28Merge branch 'ps/build-meson-subtree'Junio C Hamano
2025-01-22Makefile: wire up build option for deprecated featuresPatrick Steinhardt
2025-01-21Merge branch 'dk/zsh-config-completion-fix'Junio C Hamano
2025-01-17meson: wire up the git-subtree(1) commandPatrick Steinhardt
2025-01-17meson: introduce build option for contribPatrick Steinhardt
2025-01-17contrib/subtree: fix building docsPatrick Steinhardt
2025-01-06completion: repair config completion for ZshD. Ben Knoble
2024-12-27GIT-BUILD-OPTIONS: wire up NO_GITWEB optionPatrick Steinhardt
2024-12-27GIT-BUILD-OPTIONS: sort variables alphabeticallyPatrick Steinhardt
2024-12-23Merge branch 'js/ps-build-cmake-fixup'Junio C Hamano
2024-12-17cmake/vcxproj: stop special-casing `remote-ext`Johannes Schindelin
2024-12-17cmake: put the Perl modules into the correct location againJohannes Schindelin
2024-12-17cmake: use the correct file name for the Perl headerJohannes Schindelin
2024-12-17cmake(mergetools): better support for out-of-tree buildsJohannes Schindelin
2024-12-17cmake: better support for out-of-tree builds follow-upJohannes Schindelin
2024-12-15Merge branch 'ps/build'Junio C Hamano
2024-12-12Merge branch 'ps/build' into ps/3.0-remote-deprecationJunio C Hamano
2024-12-10Merge branch 'pb/mergetool-errors'Junio C Hamano
2024-12-07Introduce support for the Meson build systemPatrick Steinhardt
2024-12-07t: better support for out-of-tree buildsPatrick Steinhardt
2024-12-07Makefile: simplify building of templatesPatrick Steinhardt
2024-12-07Makefile: write absolute program path into bin-wrappersPatrick Steinhardt
2024-12-07Makefile: allow "bin-wrappers/" directory to existPatrick Steinhardt
2024-12-07Makefile: refactor generators to be PWD-independentPatrick Steinhardt
2024-12-07Makefile: extract script to massage Python scriptsPatrick Steinhardt
2024-12-07Makefile: extract script to massage Shell scriptsPatrick Steinhardt
2024-12-07Makefile: use "generate-perl.sh" to massage Perl libraryPatrick Steinhardt
2024-12-07Makefile: extract script to massage Perl scriptsPatrick Steinhardt
2024-12-07Makefile: consistently use PERL_PATHPatrick Steinhardt
2024-12-07Makefile: generate "git.rc" via GIT-VERSION-GENPatrick Steinhardt
2024-12-07Makefile: propagate Git version via generated headerPatrick Steinhardt
2024-12-07Makefile: refactor GIT-VERSION-GEN to be reusablePatrick Steinhardt
2024-12-07Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt
2024-12-07Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt
2024-12-04Merge branch 'bc/drop-ancient-libcurl-and-perl'Junio C Hamano
2024-11-25completion: complete '--tool-help' in 'git mergetool'Philippe Blain
2024-11-18cmake: use verbatim arguments when invoking clar commandsPatrick Steinhardt
2024-11-18cmake: use SH_EXE to execute clar scriptsPatrick Steinhardt
2024-11-18t/unit-tests: convert "clar-generate.awk" into a shell scriptPatrick Steinhardt
2024-11-08Merge branch 'ps/upgrade-clar'Junio C Hamano
2024-11-01Merge branch 'ps/platform-compat-fixes'Taylor Blau
2024-10-23Require Perl 5.26.0brian m. carlson
2024-10-21cmake: set up proper dependencies for generated clar headersPatrick Steinhardt
2024-10-21cmake: fix compilation of clar-based unit testsPatrick Steinhardt
2024-10-16t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt
2024-10-10contrib: fix typosAndrew Kreimer