summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorLines
2025-10-03make: delete XDIFF_LIB, add xdiff to LIB_OBJSEzekiel Newren-19/+10
2025-10-02Merge branch 'kh/you-still-use-whatchanged-fix'Junio C Hamano-0/+2
2025-10-02Merge branch 'ms/refs-optimize'Junio C Hamano-0/+1
2025-10-02varint: reimplement as test balloon for RustPatrick Steinhardt-0/+3
2025-10-02Makefile: introduce infrastructure to build internal Rust libraryPatrick Steinhardt-0/+37
2025-10-02Makefile: reorder sources after includesPatrick Steinhardt-88/+88
2025-09-19builtin/pack-refs: factor out core logic into a shared libraryMeet Soni-0/+1
2025-09-17Makefile: don’t add whatchanged after it has been removedKristoffer Haugsbakk-0/+2
2025-09-16object-file: relocate ODB transaction codeJustin Tobler-1/+0
2025-09-08Merge branch 'tc/last-modified'Junio C Hamano-0/+1
2025-09-08Merge branch 'da/cargo-serialize'Junio C Hamano-6/+5
2025-08-28last-modified: new subcommand to show when files were last modifiedToon Claes-0/+1
2025-08-26Makefile: build libgit-rs and libgit-sys seriallyDavid Aguilar-6/+5
2025-08-25Merge branch 'lo/repo-info'Junio C Hamano-0/+1
2025-08-25Merge branch 'tc/diff-tree-max-depth'Junio C Hamano-0/+1
2025-08-17repo: declare the repo commandLucas Seiki Oshiro-0/+1
2025-08-07within_depth: fix return for empty pathToon Claes-0/+1
2025-08-01Merge branch 'sk/reftable-clarify-tests'Junio C Hamano-11/+9
2025-07-24t/unit-tests: finalize migration of reftable-related testsSeyi Kuforiji-4/+2
2025-07-24t/unit-tests: convert reftable stack test to use clarSeyi Kuforiji-1/+1
2025-07-24t/unit-tests: convert reftable record test to use clarSeyi Kuforiji-1/+0
2025-07-24t/unit-tests: convert reftable readwrite test to use clarSeyi Kuforiji-1/+1
2025-07-24t/unit-tests: convert reftable table test to use clarSeyi Kuforiji-1/+1
2025-07-24t/unit-tests: convert reftable pq test to use clarSeyi Kuforiji-1/+1
2025-07-24t/unit-tests: convert reftable merged test to use clarSeyi Kuforiji-1/+1
2025-07-24t/unit-tests: convert reftable block test to use clarSeyi Kuforiji-1/+1
2025-07-24t/unit-tests: convert reftable basics test to use clar test frameworkSeyi Kuforiji-1/+1
2025-07-24t/unit-tests: implement clar specific reftable test helper functionsSeyi Kuforiji-0/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano-1/+1
2025-07-14Merge branch 'sj/string-list'Junio C Hamano-0/+1
2025-07-14Merge branch 'jc/coccicheck-fails-make-when-it-fails'Junio C Hamano-2/+5
2025-07-14Merge branch 'bs/config-mak-freebsd'Junio C Hamano-5/+0
2025-07-07u-string-list: move "test_split" into "u-string-list.c"shejialuo-0/+1
2025-07-02build: retire NO_UINTMAX_TCarlo Marcelo Arenas Belón-5/+0
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-06-23coccicheck: fail "make" when it failsJunio C Hamano-2/+5
2025-05-27Merge branch 'jk/no-funny-object-types'Junio C Hamano-0/+1
2025-05-19Merge branch 'bc/make-avoid-unneeded-rebuild-with-compdb-dir'Junio C Hamano-1/+1
2025-05-16t/helper: add zlib test-toolJeff King-0/+1
2025-05-12Merge branch 'ds/fix-thin-fix'Junio C Hamano-0/+1
2025-05-09Makefile: avoid constant rebuilds with compilation databasebrian m. carlson-1/+1
2025-05-05Merge branch 'kn/meson-hdr-check'Junio C Hamano-1/+3
2025-04-29Merge branch 'ps/install-bash-completion'Junio C Hamano-0/+6
2025-04-29Merge branch 'ps/reftable-api-revamp'Junio C Hamano-2/+2
2025-04-28test-tool: add pack-deltas helperDerrick Stolee-0/+1
2025-04-24Merge branch 'rj/build-tweaks'Junio C Hamano-22/+23
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano-1/+2
2025-04-23makefile/meson: add 'check-headers' as alias for 'hdr-check'Karthik Nayak-1/+3
2025-04-22contrib/completion: install Bash completionPatrick Steinhardt-0/+6
2025-04-17Merge branch 'en/merge-recursive-debug'Junio C Hamano-1/+0