[PATCH 11/15] unpack-trees: pass old oid to verify_clean_submodule

2017-02-23 Thread Stefan Beller
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 --- unpack-trees.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/unpack-trees.c

Re: [PATCH 11/15] unpack-trees: pass old oid to verify_clean_submodule

2017-02-16 Thread Junio C Hamano
Stefan Beller writes: > 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. If this didn't pass an unused parameter, then the change is just a refactor, and I do think such a "just a refactor" can be

[PATCH 11/15] unpack-trees: pass old oid to verify_clean_submodule

2017-02-15 Thread Stefan Beller
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 --- unpack-trees.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/unpack-trees.c