builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algo
commitd41836a0b2599d1faa93c60dc67c920045ee1f57
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 2 May 2018 00:25:55 +0000 (2 00:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2018 04:59:52 +0000 (2 13:59 +0900)
tree338e05c6cf87ed14602ff4683e1dc3c49e106e05
parentd8a92ced62f758fedad95a192978b910b1cc498a
builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algo

Convert several uses of EMPTY_TREE_SHA1_BIN to use the_hash_algo
and struct object_id instead.

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