]> git.ipfire.org Git - thirdparty/git.git/commit - commit.c
sha1_file: convert assert_sha1_type to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:42 +0000 (02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:49 +0000 (09:23 -0700)
commite816caa07b8acb5c8ed2d467666ca819fb80bc58
treee0aac93a403f0c20f3e2e66b33bec4924c3fc6b5
parent83eb08020cbce4f6dff93e6b67ce635a3cd657f0
sha1_file: convert assert_sha1_type to object_id

Convert this function to take a pointer to struct object_id and rename
it to assert_oid_type.

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