Code

git-gui: Support file state MD (modified/deleted).
authorShawn O. Pearce <spearce@spearce.org>
Fri, 24 Nov 2006 20:59:34 +0000 (15:59 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 24 Nov 2006 20:59:34 +0000 (15:59 -0500)
commit9342e26d3a832dd24878725b42444b8efe4fa1c4
treea550f9979f37636aa207b4b5596e98e7e1b79b1c
parent8553b772d7aeebe8c83710233877483dd409b846
git-gui: Support file state MD (modified/deleted).

Apparently I missed the file state MD, which is a file modified and
updated in the index but then removed from the working directory.  This
should be treated just like AD, an added file which has been deleted from
the working directory.

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