Re: [PATCH 4/6] submodule update: align reporting path for custom command execution

2016-03-29 Thread Junio C Hamano
Stefan Beller writes: > In the predefined actions (merge, rebase, none, checkout), we use > the display path, which is relative to the current working directory. > Also use the display path when running a custom command. Very sensible. > Signed-off-by: Stefan Beller > --- > git-submodule.sh

[PATCH 4/6] submodule update: align reporting path for custom command execution

2016-03-29 Thread Stefan Beller
In the predefined actions (merge, rebase, none, checkout), we use the display path, which is relative to the current working directory. Also use the display path when running a custom command. Signed-off-by: Stefan Beller --- git-submodule.sh| 4 ++-- t/t7406-submodule-update.sh | 2