From: Jens Lehmann Date: Fri, 9 Apr 2010 20:16:42 +0000 (+0200) Subject: gitk: Display dirty submodules correctly X-Git-Tag: v1.7.1-rc2~6^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a1d383c5ab90ec19c8a77158f65e5ea7d61fb42c?ds=inline;hp=a1d383c5ab90ec19c8a77158f65e5ea7d61fb42c gitk: Display dirty submodules correctly Since recently "git diff --submodule" prints out extra lines when the submodule contains untracked or modified files. Show all those lines of one submodule under the same header. Also for newly added or removed submodules the submodule name contained trailing garbage because the extraction of the name was not done right. Signed-off-by: Jens Lehmann Signed-off-by: Paul Mackerras ---