Re: [PATCH] Add rm to submodule command.

2012-11-04 Thread Jens Lehmann
Am 04.11.2012 14:43, schrieb Jeff King: > On Fri, Nov 02, 2012 at 10:26:11AM -0700, Alex Linden Levy wrote: > >> This change removes the config entries in .gitmodules and adds it. >> --- > > Signoff? > >> git-submodule.sh | 62 >> +++- >> 1 f

Re: [PATCH] Add rm to submodule command.

2012-11-04 Thread Jeff King
On Fri, Nov 02, 2012 at 10:26:11AM -0700, Alex Linden Levy wrote: > This change removes the config entries in .gitmodules and adds it. > --- Signoff? > git-submodule.sh | 62 > +++- > 1 file changed, 61 insertions(+), 1 deletion(-) No docume

[PATCH] Add rm to submodule command.

2012-11-02 Thread Alex Linden Levy
This change removes the config entries in .gitmodules and adds it. --- git-submodule.sh | 62 +++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/git-submodule.sh b/git-submodule.sh index ab6b110..29d950f 100755 --- a/git-submodule