Re: [PATCH 3/6] submodule--helper module-clone: allow multiple references

2016-08-05 Thread Junio C Hamano
Stefan Beller writes: > Allow users to pass in multiple references, just as clone accepts multiple > references as well. As these are passed-thru to the underlying "git clone", this change makes perfect sense to me. Will queue. -- To unsubscribe from this list: send the line "unsubscribe git"

[PATCH 3/6] submodule--helper module-clone: allow multiple references

2016-08-04 Thread Stefan Beller
Allow users to pass in multiple references, just as clone accepts multiple references as well. Signed-off-by: Stefan Beller --- builtin/submodule--helper.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/builtin/submodule--helper.c b/builtin/submodule--he