summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorLines
2025-01-28libgit-sys: introduce Rust wrapper for libgit.aJosh Steadmon-0/+48
2025-01-28common-main: split init and exit code into new filesJosh Steadmon-0/+2
2025-01-28compat/zlib: allow use of zlib-ng as backendPatrick Steinhardt-5/+15
2025-01-28compat: drop `uncompress2()` compatibility shimPatrick Steinhardt-1/+0
2025-01-28Merge branch 'sk/unit-tests'Junio C Hamano-3/+3
2025-01-27test-tool: add helper for name-hash valuesDerrick Stolee-0/+1
2025-01-22builtin/pack-redundant: remove subcommand with breaking changesPatrick Steinhardt-0/+2
2025-01-22Makefile: wire up build option for deprecated featuresPatrick Steinhardt-0/+5
2025-01-21doc: use .adoc extension for AsciiDoc filesbrian m. carlson-3/+3
2025-01-17t/unit-tests: convert reftable tree test to use clar test frameworkSeyi Kuforiji-1/+1
2025-01-17t/unit-tests: adapt priority queue test to use clar test frameworkSeyi Kuforiji-1/+1
2025-01-17t/unit-tests: convert mem-pool test to use clar test frameworkSeyi Kuforiji-1/+1
2025-01-09t/unit-tests: convert hash to use clar test frameworkSeyi Kuforiji-1/+1
2025-01-01Revert barrier-based LSan threading race workaroundJunio C Hamano-7/+0
2024-12-30thread-utils: introduce optional barrier typeJeff King-0/+7
2024-12-27GIT-BUILD-OPTIONS: wire up NO_GITWEB optionPatrick Steinhardt-0/+1
2024-12-27GIT-BUILD-OPTIONS: sort variables alphabeticallyPatrick Steinhardt-35/+35
2024-12-23Merge branch 'ps/build-hotfix'Junio C Hamano-11/+14
2024-12-23Merge branch 'ps/ci-meson'Junio C Hamano-3/+2
2024-12-20GIT-VERSION-GEN: fix overriding GIT_VERSIONPatrick Steinhardt-7/+12
2024-12-20Makefile: introduce template for GIT-VERSION-GENPatrick Steinhardt-3/+3
2024-12-20Makefile: drop unneeded indirection for GIT-VERSION-GEN outputsPatrick Steinhardt-4/+2
2024-12-20t6601: add helper for testing path-walk APIDerrick Stolee-0/+1
2024-12-20path-walk: introduce an object walk by pathDerrick Stolee-0/+1
2024-12-15Merge branch 'ps/build'Junio C Hamano-145/+104
2024-12-13Merge branch 'es/oss-fuzz'Junio C Hamano-0/+3
2024-12-13t/unit-tests: rename clar-based unit tests to have a common prefixPatrick Steinhardt-2/+2
2024-12-13Makefile: drop -DSUPPRESS_ANNOTATED_LEAKSPatrick Steinhardt-1/+0
2024-12-12Merge branch 'ps/build' into ps/3.0-remote-deprecationJunio C Hamano-145/+104
2024-12-12Merge branch 'ps/build' into ps/ci-mesonJunio C Hamano-145/+104
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano-0/+1
2024-12-07t: better support for out-of-tree buildsPatrick Steinhardt-0/+9
2024-12-07Makefile: write absolute program path into bin-wrappersPatrick Steinhardt-1/+1
2024-12-07Makefile: allow "bin-wrappers/" directory to existPatrick Steinhardt-3/+3
2024-12-07Makefile: refactor generators to be PWD-independentPatrick Steinhardt-3/+3
2024-12-07Makefile: extract script to massage Python scriptsPatrick Steinhardt-6/+2
2024-12-07Makefile: extract script to massage Shell scriptsPatrick Steinhardt-24/+10
2024-12-07Makefile: use "generate-perl.sh" to massage Perl libraryPatrick Steinhardt-6/+4
2024-12-07Makefile: extract script to massage Perl scriptsPatrick Steinhardt-10/+2
2024-12-07Makefile: consistently use PERL_PATHPatrick Steinhardt-1/+1
2024-12-07Makefile: generate "git.rc" via GIT-VERSION-GENPatrick Steinhardt-6/+7
2024-12-07Makefile: propagate Git version via generated headerPatrick Steinhardt-7/+6
2024-12-07Makefile: refactor GIT-VERSION-GEN to be reusablePatrick Steinhardt-1/+4
2024-12-07Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt-22/+22
2024-12-07Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt-70/+45
2024-11-19reftable/system: provide thin wrapper for tempfile subsystemPatrick Steinhardt-0/+1
2024-11-18Makefile: let clar header targets depend on their scriptsPatrick Steinhardt-2/+2
2024-11-18t/unit-tests: convert "clar-generate.awk" into a shell scriptPatrick Steinhardt-1/+1
2024-11-08Merge branch 'ps/upgrade-clar'Junio C Hamano-3/+1
2024-11-01Merge branch 'ps/platform-compat-fixes'Taylor Blau-0/+1