[PATCH] gitk: learn --show-all output
commit1407ade93cc1c58d520c2a0f509152ba27b594e8
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Feb 2008 22:02:07 +0000 (9 14:02 -0800)
committerPaul Mackerras <paulus@samba.org>
Wed, 13 Feb 2008 12:08:38 +0000 (13 23:08 +1100)
tree33a18ce804d28e7b493bda84796e81889b272353
parent48750d6a84a7fc08dcd7cb4533c280c00106f9b6
[PATCH] gitk: learn --show-all output

It's really not very easy to visualize the commit walker,
because - on purpose - it obvously doesn't show the
uninteresting commits!

We will soon add a "--show-all" flag to the revision walker,
which will make it show uninteresting commits too, and they'll
have a '^' in front of them.

This is to update 'gitk' to show those negative commits in gray
to futureproof it.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk