From: Thomas Rast Date: Sat, 16 Nov 2013 17:37:44 +0000 (+0100) Subject: gitk: Recognize -L option X-Git-Tag: v1.9-rc0~81^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ce2c58cdaad42b9af6ad243f149c542ea93f8d01?hp=ce2c58cdaad42b9af6ad243f149c542ea93f8d01 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 Signed-off-by: Paul Mackerras ---