[PATCH] gitk: Let user easily specify lines of context in diff view
commit890fae7041bb0607f386ac1a996a49530f1cd86f
authorSteffen Prohaska <prohaska@zib.de>
Sun, 12 Aug 2007 10:05:46 +0000 (12 12:05 +0200)
committerPaul Mackerras <paulus@samba.org>
Wed, 15 Aug 2007 00:13:27 +0000 (15 10:13 +1000)
tree532740361362515a7f56a0a89f747b93f45f5cec
parentb1054ac985aebc90c0a78202dab8477b74d7818a
[PATCH] gitk: Let user easily specify lines of context in diff view

More lines of context sometimes help to better understand a diff.
This patch introduces a text field above the box displaying the
blobdiffs. You can type in the number of lines of context that
you wish to view. The number of lines of context is saved to
~/.gitk.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk