t4205 (log-pretty-formats): don't hardcode SHA-1 in expected outputs
commit496a69802bc4035d5dc26c8d97144d8ae30e52c4
authorAlexey Shumkin <Alex.Crezoff@gmail.com>
Mon, 19 May 2014 15:28:16 +0000 (19 19:28 +0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 May 2014 18:24:46 +0000 (19 11:24 -0700)
tree597ea011a290c00ef75a71d5d051742b7816fc6a
parent6308767f0bb58116cb405e1f4f77f5dfc1589920
t4205 (log-pretty-formats): don't hardcode SHA-1 in expected outputs

The expected SHA-1 digests are always available in variables. Use
them instead of hardcoding.

That was introduced in a742f2a (t4205 (log-pretty-formats): don't
hardcode SHA-1 in expected outputs, 2013-06-26) but unfortunately was
not followed in 5e1361c (log: properly handle decorations with chained
tags, 2013-12-17)

Signed-off-by: Alexey Shumkin <Alex.Crezoff@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4205-log-pretty-formats.sh