summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2025-02-18Merge branch 'ds/backfill'Junio C Hamano4-1/+265
2025-02-18GIT-BUILD-OPTIONS: propagate project's source directoryPatrick Steinhardt2-2/+2
2025-02-18promisor-remote: check advertised name or URLChristian Couder1-0/+68
2025-02-18Add 'promisor-remote' capability to protocol v2Christian Couder2-0/+245
2025-02-18reftable/basics: provide wrappers for big endian conversionPatrick Steinhardt1-5/+23
2025-02-18reftable/record: don't `BUG()` in `reftable_record_cmp()`Patrick Steinhardt2-16/+40
2025-02-18reftable/record: stop using `BUG()` in `reftable_record_init()`Patrick Steinhardt2-4/+4
2025-02-18diff: don't crash with empty argument to -G or -Sbrian m. carlson1-0/+16
2025-02-18t5701: add setup test to remove side-effect dependencyUsman Akinyemi1-3/+9
2025-02-18Makefile: set default goals in makefilesAdam Dinwoodie2-2/+8
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano1-3/+51
2025-02-14Merge branch 'bf/fetch-set-head-fix'Junio C Hamano2-0/+27
2025-02-14Merge branch 'op/worktree-is-main-bare-fix'Junio C Hamano1-0/+14
2025-02-14Merge branch 'tc/clone-single-revision'Junio C Hamano2-0/+123
2025-02-12Merge branch 'da/help-autocorrect-one-fix'Junio C Hamano1-7/+10
2025-02-12Merge branch 'zh/gc-expire-to'Junio C Hamano1-0/+33
2025-02-12Merge branch 'js/libgit-rust'Junio C Hamano1-0/+15
2025-02-12Merge branch 'ac/t5401-use-test-path-is-file'Junio C Hamano1-8/+8
2025-02-12Merge branch 'ac/t6423-unhide-git-exit-status'Junio C Hamano1-3/+6
2025-02-12Merge branch 'ps/repack-keep-unreachable-in-unpacked-repo'Junio C Hamano1-0/+16
2025-02-12Merge branch 'ds/name-hash-tweaks'Junio C Hamano16-8/+255
2025-02-11rebase -i: reword empty commit after fast-forwardPhillip Wood2-0/+34
2025-02-10Merge branch 'sk/unit-tests-0130'Junio C Hamano8-349/+344
2025-02-10Merge branch 'ps/hash-cleanup'Junio C Hamano3-10/+10
2025-02-10Merge branch 'pw/apply-ulong-overflow-check'Junio C Hamano1-0/+13
2025-02-10Merge branch 'ps/setup-reinit-fixes'Junio C Hamano1-9/+21
2025-02-10t7603: replace test -f by test_path_is_fileLucas Oshiro1-12/+12
2025-02-07path: refactor `repo_submodule_path()` family of functionsPatrick Steinhardt1-4/+3
2025-02-06Merge branch 'ps/ci-misc-updates'Junio C Hamano2-8/+45
2025-02-06builtin/clone: teach git-clone(1) the --revision= optionToon Claes2-0/+123
2025-02-05worktree: detect from secondary worktree if main worktree is bareOlga Pilipenco1-0/+14
2025-02-05rev-list: extend print-info to print missing object typeJustin Tobler1-1/+2
2025-02-05rev-list: add print-info action to print missing object pathJustin Tobler1-0/+52
2025-02-04builtin/repack: fix `--keep-unreachable` when there are no packsPatrick Steinhardt1-0/+16
2025-02-03backfill: assume --sparse when sparse-checkout is enabledDerrick Stolee1-1/+12
2025-02-03backfill: add --sparse optionDerrick Stolee3-1/+141
2025-02-03backfill: add --min-batch-size=<n> optionDerrick Stolee1-0/+18
2025-02-03backfill: basic functionality and testsDerrick Stolee2-0/+95
2025-02-03send-pack: gracefully close the connection for atomic pushJiang Xin1-2/+2
2025-02-03t5543: atomic push reports exit code failurePatrick Steinhardt1-0/+30
2025-02-03t5548: add porcelain push test cases for dry-run modeJiang Xin1-0/+153
2025-02-03t5548: add new porcelain test casesPatrick Steinhardt1-0/+68
2025-02-03t5548: refactor test cases by resetting upstreamJiang Xin1-82/+67
2025-02-03t5548: refactor to reuse setup_upstream() functionJiang Xin1-30/+53
2025-02-03t5504: modernize test by moving heredocs into test bodiesPatrick Steinhardt1-19/+16
2025-02-03t6423: fix suppression of Git’s exit code in testsAyush Chandekar1-3/+6
2025-02-03help: add "show" as a valid configuration valueDavid Aguilar1-1/+1
2025-02-03help: show the suggested command when help.autocorrect is falseDavid Aguilar1-7/+10
2025-02-03t5401: prefer test_path_is_* helper functionambar chakravartty1-8/+8
2025-02-03Merge branch 'kn/reflog-migration-fix-fix'Junio C Hamano1-0/+12