]> git.ipfire.org Git - thirdparty/git.git/commit - gitk-git/gitk
gitk: Allow user to choose whether to see the diff, old file, or new file
authorPaul Mackerras <paulus@samba.org>
Thu, 19 Apr 2007 01:39:12 +0000 (11:39 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 19 Apr 2007 01:39:12 +0000 (11:39 +1000)
commita8d610a2a39496a83108d95e7899e6b373e80940
treef614067c14826580e896c1b1cadcd9d0f7aef6ff
parent3a950e9a9cfc2eb4e30cf6e8658dab25196d746e
gitk: Allow user to choose whether to see the diff, old file, or new file

This adds a set of radiobuttons that select between displaying the full
diff (both - and + lines), the old file (suppressing the + lines) and the
new file (suppressing the - lines) in the diff display window.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk