]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
use oid_to_hex_r() for converting struct object_id hashes to hex strings
authorRené Scharfe <l.s.r@web.de>
Sat, 28 Jan 2017 22:03:03 +0000 (23:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jan 2017 22:23:40 +0000 (14:23 -0800)
commit2490574d15cab6e8d955dc4132cf9e7e83fc1172
tree6971968ee9acbd6f3ca9d490a1a8fcbaeeec611c
parent4e59582ff70d299f5a88449891e78d15b4b3fabe
use oid_to_hex_r() for converting struct object_id hashes to hex strings

Patch generated by Coccinelle and contrib/coccinelle/object_id.cocci.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c
builtin/merge-index.c
builtin/rev-list.c
diff.c