]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/tag: convert to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 6 May 2017 22:10:08 +0000 (22:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2017 06:12:57 +0000 (15:12 +0900)
commit7422ab50d1011b2b26b59bf11b91a1202618f3e5
tree3fc466e5c29ab88e7cfecb9875d984fc4a6d9002
parent33d66df34ece4f597590263df502ff3578b6becd
builtin/tag: convert to struct object_id

Parts of this module call lookup_commit_reference, which we want to
convert.  The module is small and mostly self-contained, so convert the
rest of it while we're at it.

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