]> asedeno.scripts.mit.edu Git - git.git/commit
git-gui: Allow the user to control the number of context lines in a diff.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 13 Nov 2006 00:20:02 +0000 (19:20 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 13 Nov 2006 05:10:39 +0000 (00:10 -0500)
commit358d8de8f3b9d09c9c4d7d43c03d33a4f60ba1da
tree3bff7324362d23b3a78a5e99918a29667fb6e333
parentfd2656fdfe575b55424b672f8bc274bf86526b9e
git-gui: Allow the user to control the number of context lines in a diff.

When displaying a diff the Git default of 3 line of context may not be
enough for a user to see what has actually changed.  Consequently we
set our own program default to 5 lines of context and then allow the
user to adjust this on a per-repository and global level through our
options dialog.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui