]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9108-git-svn-glob.sh
t9108: make test hash independent
authorbrian m. carlson <sandals@crustytoothpaste.net>
Fri, 19 Jun 2020 22:39:36 +0000 (22:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jun 2020 16:52:02 +0000 (09:52 -0700)
commit606b9749c6ac864863705b643dbc8193fef09040
tree510e2d3db83985de55cd93bca24f75badeff6160
parent5aa68775408646753534dee69004745802487877
t9108: 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/t9108-git-svn-glob.sh