summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2025-02-05rev-list: extend print-info to print missing object typeJustin Tobler-1/+2
2025-02-05rev-list: add print-info action to print missing object pathJustin Tobler-0/+52
2025-02-04builtin/repack: fix `--keep-unreachable` when there are no packsPatrick Steinhardt-0/+16
2025-02-03backfill: assume --sparse when sparse-checkout is enabledDerrick Stolee-1/+12
2025-02-03backfill: add --sparse optionDerrick Stolee-1/+141
2025-02-03backfill: add --min-batch-size=<n> optionDerrick Stolee-0/+18
2025-02-03backfill: basic functionality and testsDerrick Stolee-0/+95
2025-02-03send-pack: gracefully close the connection for atomic pushJiang Xin-2/+2
2025-02-03t5543: atomic push reports exit code failurePatrick Steinhardt-0/+30
2025-02-03t5548: add porcelain push test cases for dry-run modeJiang Xin-0/+153
2025-02-03t5548: add new porcelain test casesPatrick Steinhardt-0/+68
2025-02-03t5548: refactor test cases by resetting upstreamJiang Xin-82/+67
2025-02-03t5548: refactor to reuse setup_upstream() functionJiang Xin-30/+53
2025-02-03t5504: modernize test by moving heredocs into test bodiesPatrick Steinhardt-19/+16
2025-02-03t6423: fix suppression of Git’s exit code in testsAyush Chandekar-3/+6
2025-02-03help: add "show" as a valid configuration valueDavid Aguilar-1/+1
2025-02-03help: show the suggested command when help.autocorrect is falseDavid Aguilar-7/+10
2025-02-03t5401: prefer test_path_is_* helper functionambar chakravartty-8/+8
2025-02-03Merge branch 'kn/reflog-migration-fix-fix'Junio C Hamano-0/+12
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano-41/+49
2025-02-03Merge branch 'tb/unsafe-hash-cleanup'Junio C Hamano-20/+35
2025-01-31t/unit-tests: convert strcmp-offset test to use clar test frameworkSeyi Kuforiji-36/+46
2025-01-31t/unit-tests: convert strbuf test to use clar test frameworkSeyi Kuforiji-123/+120
2025-01-31t/unit-tests: adapt example decorate test to use clar test frameworkSeyi Kuforiji-75/+65
2025-01-31t/unit-tests: convert hashmap test to use clar test frameworkSeyi Kuforiji-115/+113
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt-6/+6
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt-4/+4
2025-01-31Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanupJunio C Hamano-20/+35
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_HASHPatrick Steinhardt-0/+12
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMATPatrick Steinhardt-0/+9
2025-01-30t0001: remove duplicate testPatrick Steinhardt-9/+0
2025-01-30apply: detect overflow when parsing hunk headerPhillip Wood-0/+13
2025-01-29libgit: add higher-level libgit crateCalvin Wan-2/+7
2025-01-29Merge branch 'ps/reflog-migration-with-logall-fix'Junio C Hamano-0/+17
2025-01-29Merge branch 'am/trace2-with-valueless-true'Junio C Hamano-0/+9
2025-01-29Merge branch 'kn/reflog-symref-fix'Junio C Hamano-0/+9
2025-01-29Merge branch 'rs/ref-fitler-used-atoms-value-fix'Junio C Hamano-0/+57
2025-01-29Merge branch 'ds/path-walk-1'Junio C Hamano-0/+494
2025-01-28libgit-sys: introduce Rust wrapper for libgit.aJosh Steadmon-0/+10
2025-01-28Merge branch 'jp/t8002-printf-fix'Junio C Hamano-2/+2
2025-01-28Merge branch 'ps/reftable-sign-compare'Junio C Hamano-3/+20
2025-01-28Merge branch 'mh/credential-cache-authtype-request-fix'Junio C Hamano-0/+15
2025-01-28Merge branch 'sk/unit-tests'Junio C Hamano-144/+134
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano-4/+5
2025-01-27test-tool: add helper for name-hash valuesDerrick Stolee-0/+86
2025-01-27p5313: add size comparison testDerrick Stolee-0/+70
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee-9/+37
2025-01-27repack: add --name-hash-version optionDerrick Stolee-1/+32
2025-01-27pack-objects: add --name-hash-version optionDerrick Stolee-0/+31
2025-01-27fetch set_head: fix non-mirror remotes in bare repositoriesBence Ferdinandy-0/+27