]> git.ipfire.org Git - thirdparty/git.git/commit - hex.c
hex: introduce parsing variants taking hash algorithms
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 22 Feb 2020 20:17:28 +0000 (20:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2020 17:33:21 +0000 (09:33 -0800)
commitdadacf10dc9e11046e2c8c49347174e71cef3fa3
tree8f77d5370c6e2865d715611e2454949c454b8573
parent768e30ea27c58aa69893e10b96ba5ba5680dc3cf
hex: introduce parsing variants taking hash algorithms

Introduce variants of get_oid_hex and parse_oid_hex that parse an
arbitrary hash algorithm, implementing internal functions to avoid
duplication.  These functions can be used in the transport code to parse
refs properly.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
hex.c