gitk: Do not mistake unchanged lines for submodule changes
authorGabriele Mazzotta <gabriele.mzt@gmail.com>
Sat, 23 Mar 2019 17:00:36 +0000 (18:00 +0100)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 13 Sep 2019 23:35:43 +0000 (09:35 +1000)
Unchanged lines are prefixed with a white-space, thus unchanged lines
starting with either " <" or " >" are mistaken for submodule changes.
Check if a line starts with either " <" or " >" only if we are listing
the changes of a submodule.

Signed-off-by: Gabriele Mazzotta <gabriele.mzt@gmail.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
No differences found