t1050: pass algorithm to index-pack when outside repo
commit793731f742ab1df28deb289714e61244e3de3b37
authorbrian m. carlson <sandals@crustytoothpaste.net>
Fri, 19 Jun 2020 17:55:53 +0000 (19 17:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jun 2020 21:04:08 +0000 (19 14:04 -0700)
tree74115baf63b56cfe9b5a0a694b92161f0f258598
parent586740aa6e70013a837e0d9f3e0ea04c7f180fbd
t1050: pass algorithm to index-pack when outside repo

When outside a repository, git index-pack is unable to guess the hash
algorithm in use for a pack, since packs don't contain any information
on the algorithm in use. Pass an option to index-pack to help it out in
this test.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1050-large.sh