git-gui: Make F5 reselect a diff, if an untracked file is selected.
commit8056cc4f293b5e2bf0520f085e25b127c2ef3bbf
authorAlexander Gavrilov <angavrilov@gmail.com>
Sat, 30 Aug 2008 21:04:10 +0000 (31 01:04 +0400)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 5 Sep 2008 04:28:55 +0000 (4 21:28 -0700)
tree1c5c85230ae686db9b4a3bc2e7dac0734618bb8a
parent29853b901045ff09ac8e5b48a01ebbc96fa4874d
git-gui: Make F5 reselect a diff, if an untracked file is selected.

If an untracked file is selected, F5 and other manual rescan synonyms
would try to select a tracked file instead. Also, clicking on an icon
in the unstaged changes list skips over untracked files, unless the
file clicked is untracked itself.

The objective is to make it easier to ignore untracked files showing
up in the Unstaged Changes list, and ensure that no modifications
to tracked objects are left unstaged.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh