Re: [PATCH] submodule update --init: displays correct path from submodule

2017-01-06 Thread Stefan Beller
On Fri, Jan 6, 2017 at 4:55 PM, David Turner wrote: > (for the test) > Signed-off-by: David Turner > > TIL: super-prefix! yeah that was introduced recently for prefixes from "outside the repository" e.g. a superproject, its first user is grep

Re: [PATCH] submodule update --init: displays correct path from submodule

2017-01-06 Thread David Turner
(for the test) Signed-off-by: David Turner TIL: super-prefix! On Fri, 2017-01-06 at 16:19 -0800, Stefan Beller wrote: > In the submodule helper we did not correctly handled the display path > for initializing submodules when both the submodule is inside a > subdirectory

[PATCH] submodule update --init: displays correct path from submodule

2017-01-06 Thread Stefan Beller
In the submodule helper we did not correctly handled the display path for initializing submodules when both the submodule is inside a subdirectory as well as the command being invoked from a subdirectory (as viewed from the superproject). This was broken in 3604242f080, which was written at a