unpack-trees: pass old oid to verify_clean_submodule
commitd6b12300676c85175bb05088c79e4b975aed820c
authorStefan Beller <sbeller@google.com>
Tue, 14 Mar 2017 21:46:38 +0000 (14 14:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Mar 2017 21:07:16 +0000 (16 14:07 -0700)
treea47b5873a0391bac0e540e433afbfbaac7ba1964
parent6e3c1595c66e2b192a2a516447c5645814766339
unpack-trees: pass old oid to verify_clean_submodule

The check (which uses the old oid) is yet to be implemented, but this part
is just a refactor, so it can go separately first.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
unpack-trees.c