Commit 1407ade
[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>1 parent 48750d6 commit 1407ade
1 file changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| |||
3631 | 3632 | | |
3632 | 3633 | | |
3633 | 3634 | | |
3634 | | - | |
| 3635 | + | |
3635 | 3636 | | |
3636 | 3637 | | |
3637 | 3638 | | |
3638 | 3639 | | |
3639 | 3640 | | |
3640 | 3641 | | |
3641 | | - | |
| 3642 | + | |
3642 | 3643 | | |
3643 | 3644 | | |
3644 | 3645 | | |
3645 | 3646 | | |
3646 | | - | |
| 3647 | + | |
3647 | 3648 | | |
3648 | 3649 | | |
3649 | 3650 | | |
3650 | | - | |
| 3651 | + | |
3651 | 3652 | | |
3652 | 3653 | | |
3653 | 3654 | | |
| |||
0 commit comments