use isxdigit() for checking if a character is a hexadecimal digit
commit6f75d45b2412c646b74300f360361b319689e554
authorRené Scharfe <l.s.r@web.de>
Mon, 9 Mar 2015 22:46:54 +0000 (9 23:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Mar 2015 22:44:41 +0000 (10 15:44 -0700)
tree9019acb18d49dba98769569f5ad2fccfbd5d696f
parent282616c72d1d08a77ca4fe1186cb708c38408d87
use isxdigit() for checking if a character is a hexadecimal digit

Use the standard function isxdigit() to make the intent clearer and
avoid using magic constants.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_name.c
transport.c