commit | 75bf5e60e8c09075af1e4cd0d68a6d73fdf92c42 | [log] [tgz] |
---|---|---|
author | William Entriken <fulldecent@gmail.com> | Sat Mar 02 14:44:59 2013 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Mar 03 19:46:54 2013 -0800 |
tree | e152a4c856b9b8d33f0b4bab5767d011dd167e24 | |
parent | e6363a4992637267ef212d7c709ede17d4122e0d [diff] |
submodule update: when using recursion, show full path 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 <github.com@phor.net> Acked-by: Jens Lehmann <Jens.Lehmann@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>