]> git.ipfire.org Git - thirdparty/git.git/commit - tree-walk.c
tree-walk: convert get_tree_entry_follow_symlinks to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 2 May 2018 00:25:40 +0000 (00:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2018 04:59:50 +0000 (13:59 +0900)
commit3b683bcf85aead6c980d79e6f81da8be362341bc
tree9402a713eb59b55dafec08a52795a9970e3cbfa5
parente84bc23cb69209c771abd4fe098773340a850c48
tree-walk: convert get_tree_entry_follow_symlinks to object_id

Since the only caller of this function already uses struct object_id,
update get_tree_entry_follow_symlinks to use it in parameters and
internally.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_name.c
tree-walk.c
tree-walk.h