Code

git-gui: Corrected keyboard bindings on Windows, improved state management.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 00:12:58 +0000 (19:12 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 08:05:16 +0000 (03:05 -0500)
commite210e67451f22f97c1476d6b78b6fa7fdd5817f9
tree5e0eb9c66766ee42326d2d6b3d6357653907d791
parent6f6eed286f6a056fab1f887871ba5287f609e1f1
git-gui: Corrected keyboard bindings on Windows, improved state management.

When we are refreshing from the index or updating the index we shouldn't
let the user cause other index based operations to occur as these would
likely conflict with the currently running operations possibly causing
some index changes to be lost.

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