gitk: Recognize -L option
commitce2c58cdaad42b9af6ad243f149c542ea93f8d01
authorThomas Rast <trast@inf.ethz.ch>
Sat, 16 Nov 2013 17:37:44 +0000 (16 18:37 +0100)
committerPaul Mackerras <paulus@samba.org>
Sun, 1 Dec 2013 22:24:20 +0000 (2 09:24 +1100)
tree958397c233c9cafe1a08f54c6e830c547754dcf7
parent9403bd02dd96a2f8b1a5802d86e1592d0dcf2358
gitk: Recognize -L option

This gives line-log support to gitk, by exploiting the new support for
processing and showing "inline" diffs straight from the git-log
output.

Note that we 'set allknown 0', which is a bit counterintuitive since
this is a "known" option.  But that flag prevents gitk from thinking
it can optimize the view by running rev-list to see the topology; in
the -L case that doesn't work.

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk