Re: [PATCH] submodule update: when using recursion, show full path

2013-03-03 Thread Junio C Hamano
Jens Lehmann writes: > Am 02.03.2013 20:44, schrieb William Entriken: >> Previously when using update with recursion, only the path for the >> inner-most module was printed. Now the path is printed relative to >> the directory the command was started from. This now matches the >> behavior of subm

Re: [PATCH] submodule update: when using recursion, show full path

2013-03-03 Thread Jens Lehmann
Am 02.03.2013 20:44, schrieb William Entriken: > Previously when using update with recursion, only the path for the > inner-most module was printed. Now the path is printed relative to > the directory the command was started from. This now matches the > behavior of submodule foreach. > > Signed-of

[PATCH] submodule update: when using recursion, show full path

2013-03-02 Thread William Entriken
Previously when using update with recursion, only the path for the inner-most module was printed. Now the path is printed relative to the directory the command was started from. This now matches the behavior of submodule foreach. Signed-off-by: William Entriken --- git-submodule.sh | 31

Re: [PATCH] submodule update: when using recursion, show full path

2013-02-22 Thread Jens Lehmann
21 Feb 2013 23:10:07 -0500 > > Subject: [PATCH] submodule update: when using recursion, show full path The lines above aren't necessary as they are taken from the mail header. > Previously when using update with recursion, only the path for the > inner-most module was printed.

[PATCH] submodule update: when using recursion, show full path

2013-02-21 Thread Will Entriken
>From d3fe2c76e6fa53e4cfa6f81600685c21bdadd4e3 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 21 Feb 2013 23:10:07 -0500 Subject: [PATCH] submodule update: when using recursion, show full path Previously when using update with recursion, only the path for the inner-most module