]> git.99rst.org Git - git.git/commit
pack-objects: extend test coverage of `--stdin-packs` with alternates
authorPatrick Steinhardt <redacted>
Fri, 14 Apr 2023 06:01:59 +0000 (08:01 +0200)
committerJunio C Hamano <redacted>
Fri, 14 Apr 2023 17:27:52 +0000 (10:27 -0700)
commitf3028418c3b68350aa810064c95283062c9157d6
treed6df26450abd5108e6feaefe657baec364129c37
parent752b465c3c0fd7f503b50c326017b8b13af83c3b
pack-objects: extend test coverage of `--stdin-packs` with alternates

We don't have any tests that verify that git-pack-objects(1) works with
`--stdin-packs` when combined with alternate object directories. Add
some to make sure that the basic functionality works as expected.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t5331-pack-objects-stdin.sh
git clone https://git.99rst.org/PROJECT