]> git.ipfire.org Git - thirdparty/git.git/commit - cache-tree.h
cache-tree: convert write_*_as_tree to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:23 +0000 (02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:47 +0000 (09:23 -0700)
commitfc5cb99f675b2052f6d6bd3e2520379031b12267
tree9f45a583e635e24dafac4a5bf6118142314e4c6c
parent38b471fae0f2b961259201278b24b11262dc7596
cache-tree: convert write_*_as_tree to object_id

Convert write_index_as_tree and write_cache_as_tree to use struct
object_id.

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