]> git.ipfire.org Git - thirdparty/git.git/commit - notes-merge.c
Switch empty tree and blob lookups to use hash abstraction
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 12 Nov 2017 21:28:54 +0000 (21:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Nov 2017 04:20:44 +0000 (13:20 +0900)
commiteb0ccfd7f5ce1765ada74abf272f002e1e34d1e4
tree9042f094bd1f12d1249d714fdd177fcbe4fbf2a4
parent78a6766802ef32b82e6062e8e6ac5621894cc4a2
Switch empty tree and blob lookups to use hash abstraction

Switch the uses of empty_tree_oid and empty_blob_oid to use the
current_hash abstraction that represents the current hash algorithm in
use.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/am.c
builtin/checkout.c
builtin/diff.c
builtin/pull.c
cache.h
diff-lib.c
merge-recursive.c
notes-merge.c
sequencer.c
submodule.c