Re: [PATCHv5 3/8] submodule--helper module-clone: allow multiple references

2016-08-23 Thread Jacob Keller
On Mon, Aug 15, 2016 at 2:53 PM, Stefan Beller wrote: > Allow users to pass in multiple references, just as clone accepts multiple > references as well. > Straight forward and reasonable change. Regards, Jake -- To unsubscribe from this list: send the line "unsubscribe git"

[PATCHv5 3/8] submodule--helper module-clone: allow multiple references

2016-08-15 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 | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/builtin/submodule--helper.c