aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5300-pack-object.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-21Merge branch 'bc/use-sha256-by-default-in-3.0'Junio C Hamano1-3/+3
2025-07-01t5300: choose the built-in hash outside of a repobrian m. carlson1-3/+3
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano1-0/+19
2025-05-16pack-objects: refactor path-walk delta phaseDerrick Stolee1-2/+6
2025-05-16pack-objects: add --path-walk optionDerrick Stolee1-0/+15
2025-04-07t: refactor tests depending on Perl to print dataPatrick Steinhardt1-11/+5
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-0/+6
2025-02-12Merge branch 'ds/name-hash-tweaks'Junio C Hamano1-0/+34
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee1-2/+5
2025-01-27pack-objects: add --name-hash-version optionDerrick Stolee1-0/+31
2024-12-23Merge branch 'as/show-index-uninitialized-hash'Junio C Hamano1-0/+18
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano1-1/+0
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-20index-pack: teach --promisor to forbid pack nameJonathan Tan1-3/+1
2024-11-11t5300: add test for 'show-index --object-format'Abhijeet Sonar1-0/+14
2024-11-11show-index: fix uninitialized hash functionAbhijeet Sonar1-0/+4
2024-11-02t5300: move --window clamp test next to unclampedJonathan Tan1-5/+5
2024-09-04builtin/index-pack: fix segfaults when running outside of a repoPatrick Steinhardt1-0/+39
2024-06-11builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`Patrick Steinhardt1-2/+2
2024-03-15t5300: fix test_with_bad_commit()John Cai1-1/+1
2024-02-01index-pack: --fsck-objects to take an optional argument for fsck msgsJohn Cai1-5/+24
2024-02-01index-pack: test and document --strict=<msg-id>=<severity>...John Cai1-0/+22
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2023-05-19t5300-pack-object: modernize test formatJohn Cai1-92/+92
2023-04-14pack-objects: split out `--stdin-packs` tests into separate filePatrick Steinhardt1-135/+0
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-14/+27
2022-04-06core.fsyncmethod: tests for batch modeNeeraj Singh1-14/+27
2022-03-09index-pack: document and test the --promisor optionDerrick Stolee1-1/+3
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-3/+3
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine1-10/+2
2021-07-09pack-objects: fix segfault in --stdin-packs optionÆvar Arnfjörð Bjarmason1-0/+19
2021-06-28pack-objects tests: cover blindspots in stdin handlingÆvar Arnfjörð Bjarmason1-0/+85
2021-05-03pack-objects: clamp negative window size to 0Jeff King1-0/+5
2021-05-03t5300: check that we produced expected number of deltasJeff King1-3/+20
2021-05-03t5300: modernize basic testsJeff King1-158/+85
2021-03-24Merge branch 'jk/fail-prereq-testfix'Junio C Hamano1-2/+4
2021-03-24Merge branch 'tb/geometric-repack'Junio C Hamano1-0/+135
2021-03-19builtin/pack-objects.c: ignore missing links with --stdin-packsTaylor Blau1-0/+38
2021-03-18t: annotate !PTHREADS tests with !FAIL_PREREQSJeff King1-2/+4
2021-02-22builtin/pack-objects.c: add '--stdin-packs' optionTaylor Blau1-0/+97
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-2/+2
2020-08-18promisor-remote: lazy-fetch objects in subprocessJonathan Tan1-1/+1
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-2/+1
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-2/+1
2020-07-21pack-objects: prefetch objects to be packedJonathan Tan1-0/+36
2020-06-19t5300: pass --object-format to git index-packbrian m. carlson1-4/+5
2018-10-31pack-objects tests: don't leave test .git corrupt at endÆvar Arnfjörð Bjarmason1-17/+20
2018-10-31pack-objects test: modernize styleÆvar Arnfjörð Bjarmason1-15/+15
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine1-1/+1
2018-06-13Merge branch 'jk/index-pack-maint'Junio C Hamano1-0/+6