]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/log.c
builtin: convert textconv_object to use struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 5 Sep 2016 20:07:58 +0000 (20:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 19:59:42 +0000 (12:59 -0700)
commitacad70d10687ce0fb269411e3a4b3b8fd11c6007
tree757ad75d6c2811e60a2deac04fec44226fc3a98d
parent63ecb99e0d05bd4b73d14f439e489e70176fad43
builtin: convert textconv_object to use struct object_id

Since all of its callers have been updated, make textconv_object take a
struct object_id.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin.h
builtin/blame.c
builtin/cat-file.c
builtin/log.c