cmd_show_branch(): fix error message
commit96062b576224cfad55a1cb03c6fbe1c0bc16f722
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 25 May 2015 18:38:49 +0000 (25 18:38 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 May 2015 19:19:31 +0000 (25 12:19 -0700)
tree564cb8cddcb01d0d308479cd19610f940c3d83c4
parentd1516bf4629cf2b4382a307ea0b3d7c26d2bfdca
cmd_show_branch(): fix error message

We need to convert the SHA-1 to hexadecimal before printing it.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/show-branch.c