]> git.ipfire.org Git - thirdparty/git.git/commit - git-gui/git-gui.sh
git-gui: Make consecutive icon clicks toggle included status of a file.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 19 Nov 2006 05:37:49 +0000 (00:37 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 19 Nov 2006 05:37:49 +0000 (00:37 -0500)
commit74d18d2edfc84d35b20e1b4520e496aadc14c365
tree0a9cea12f91a4c299192171e5eaf09da0f698b89
parent1461c5f3d0634f6fad0013eba1ef1087a38cc748
git-gui: Make consecutive icon clicks toggle included status of a file.

If the user clicks on the icon associated with a file we now flip to the
inverse status.  Partially included files first fully include, then fully
uninclude, as we don't keep track of intermediate partial inclusions.

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