Re: [PATCH v2 02/23] contrib/subtree: Add command from-submodule

2013-03-10 Thread Junio C Hamano
Paul Campbell writes: > @@ -721,4 +722,31 @@ cmd_push() > fi > } > > +cmd_from-submodule() > +{ I know contrib/subtree does not work with anything other than bash, and bash may accept this as a valid function name, but if you can avoid it easily I would prefer not to see a non-POSIX con

[PATCH v2 02/23] contrib/subtree: Add command from-submodule

2013-03-10 Thread Paul Campbell
From: Peter Jaros Converts a git-submodule into a git-subtree. Signed-off-by: Paul Campbell Conflicts: .gitignore contrib/subtree/git-subtree.sh test.sh --- contrib/subtree/git-subtree.sh | 30 +- 1 file changed, 29 insertions(+), 1 deletion