]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/describe: convert to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 21 Feb 2017 23:47:22 +0000 (23:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Feb 2017 18:12:15 +0000 (10:12 -0800)
commit6439b5d941d9a04f59a0bbc1ff90a258ae07a2e9
tree521034450477aa12c6010bd65d825d15cdfda350
parent5f5e936d4a2d9a9093e8e6a2501fad74bdc6c31c
builtin/describe: convert to struct object_id

Convert the functions in this file and struct commit_name  to struct
object_id.

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