git-gui: Remove invalid DM state.
commit5989a57734dfd4d6cb7eb0045a008dfdc90c2fbb
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 03:58:52 +0000 (20 22:58 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:22 +0000 (21 02:54 -0500)
tree1ababe0cec2bd4bd330403fb447e3daced30585c
parentb4b2b8454bca8f0636260358e3a63b9097351fc1
git-gui: Remove invalid DM state.

The DM state cannot really happen.  Its implying that the file has
been deleted in the index, but the file in the working directory has
been modified relative to the file in the index.  This is complete
nonsense, the file doesn't exist in the index for it to be different
against!

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