]> git.ipfire.org Git - thirdparty/git.git/commit
t5300: add test for 'show-index --object-format'
authorAbhijeet Sonar <abhijeet.nkt@gmail.com>
Sat, 9 Nov 2024 09:27:39 +0000 (14:57 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Nov 2024 03:17:00 +0000 (12:17 +0900)
commit34d3f2a984eed5c31384e384f391293d38478036
treedf14aabcb3a9717109a951f8395495da2e37f67a
parent4da8d90fdda420e981b49452719fc4aea322e815
t5300: add test for 'show-index --object-format'

In 88a09a557c (builtin/show-index: provide options to determine hash
algo), the flag --object-format was added to show-index builtin as a way
to provide a hash algorithm explicitly. However, we do not have tests in
place for that functionality. Add them.

Signed-off-by: Abhijeet Sonar <abhijeet.nkt@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5300-pack-object.sh