Re: [PATCH] submodule: configure submodule..path on add and init

2012-09-25 Thread Jens Lehmann
Am 24.09.2012 22:43, schrieb Junio C Hamano: > Jens Lehmann writes: > >> Am 24.09.2012 21:30, schrieb Orgad Shaneh: >>> In order to read diff options for a submodule, its path must be configured >>> --- >>> git-submodule.sh |2 ++ >>> 1 file changed, 2 insertions(+) >>> >>> diff --git a/git-

Re: [PATCH] submodule: configure submodule..path on add and init

2012-09-24 Thread Junio C Hamano
Jens Lehmann writes: > Am 24.09.2012 21:30, schrieb Orgad Shaneh: >> In order to read diff options for a submodule, its path must be configured >> --- >> git-submodule.sh |2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/git-submodule.sh b/git-submodule.sh >> index 3e2045e..f97bb

Re: [PATCH] submodule: configure submodule..path on add and init

2012-09-24 Thread Jens Lehmann
Am 24.09.2012 21:30, schrieb Orgad Shaneh: > In order to read diff options for a submodule, its path must be configured > --- > git-submodule.sh |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/git-submodule.sh b/git-submodule.sh > index 3e2045e..f97bb62 100755 > --- a/git-submodule.

Re: [PATCH] submodule: configure submodule..path on add and init

2012-09-24 Thread Orgad Shaneh
On Mon, Sep 24, 2012 at 9:30 PM, Orgad Shaneh wrote: > In order to read diff options for a submodule, its path must be configured > --- > git-submodule.sh |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/git-submodule.sh b/git-submodule.sh > index 3e2045e..f97bb62 100755 > --- a/git-

[PATCH] submodule: configure submodule..path on add and init

2012-09-24 Thread Orgad Shaneh
In order to read diff options for a submodule, its path must be configured Signed-off-by: Orgad Shaneh --- git-submodule.sh |2 ++ 1 file changed, 2 insertions(+) diff --git a/git-submodule.sh b/git-submodule.sh index 3e2045e..af9c003 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@

[PATCH] submodule: configure submodule..path on add and init

2012-09-24 Thread Orgad Shaneh
In order to read diff options for a submodule, its path must be configured --- git-submodule.sh |2 ++ 1 file changed, 2 insertions(+) diff --git a/git-submodule.sh b/git-submodule.sh index 3e2045e..f97bb62 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -359,6 +359,7 @@ Use -f if you