author | Linus Torvalds <torvalds@linux-foundation.org> | |
Sat, 9 Feb 2008 22:02:07 +0000 (14:02 -0800) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Wed, 13 Feb 2008 12:08:38 +0000 (23:08 +1100) | ||
commit | 1407ade93cc1c58d520c2a0f509152ba27b594e8 | |
tree | 33a18ce804d28e7b493bda84796e81889b272353 | tree | snapshot |
parent | 48750d6a84a7fc08dcd7cb4533c280c00106f9b6 | commit | diff |
[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>
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 | diff | blob | history |