]> git.ipfire.org Git - thirdparty/git.git/commit - hex.c
notes: move hex_to_bytes() to hex.c and export it
authorRené Scharfe <l.s.r@web.de>
Tue, 31 Oct 2017 13:46:49 +0000 (14:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Nov 2017 01:35:35 +0000 (10:35 +0900)
commit0ec218656a02ea48e173262f7b80513feeb7f263
tree7cd0bbbbd2a1bccd5873c0c962d40040c2a7e504
parentcb5918aa0d50f50e83787f65c2ddc3dcb10159fe
notes: move hex_to_bytes() to hex.c and export it

Make the function for converting pairs of hexadecimal digits to binary
available to other call sites.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
hex.c
notes.c