t9109: make test hash independent
commit62814dfd171f71bf901155d40834d846d83c184f
authorbrian m. carlson <sandals@crustytoothpaste.net>
Fri, 19 Jun 2020 22:39:34 +0000 (19 22:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jun 2020 16:52:02 +0000 (22 09:52 -0700)
treebc03ab0a83e9044c2699068ce2ebba5de4a6d3b2
parent3716d50dd5c8ee7e5ccaa89fcbfff2cd1b82ad1d
t9109: make test hash independent

Instead of stripping off the first 41 characters of git log output,
let's just strip off the first space-separated component, which will
work for any size hash.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Acked-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9109-git-svn-multi-glob.sh