]> git.ipfire.org Git - thirdparty/git.git/commit - sha1_file.c
Make hexval() available to others.
authorJunio C Hamano <junkio@cox.net>
Wed, 20 Sep 2006 23:04:46 +0000 (16:04 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 20 Sep 2006 23:08:14 +0000 (16:08 -0700)
commite49521b56d8715f46b93ee6bc95f7de9c6858365
tree3303de68046e01531ea03e0efa2006a754ce4f27
parent62e27f273d66afa996cb7aee6cdb25fbedc053f6
Make hexval() available to others.

builtin-mailinfo.c has its own hexval implementaiton but it can
share the table-lookup one recently implemented in sha1_file.c

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-mailinfo.c
cache.h
sha1_file.c