commit | 9342e26d3a832dd24878725b42444b8efe4fa1c4 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri Nov 24 15:59:34 2006 -0500 |
committer | Shawn O. Pearce <spearce@spearce.org> | Fri Nov 24 15:59:34 2006 -0500 |
tree | a550f9979f37636aa207b4b5596e98e7e1b79b1c | |
parent | 8553b772d7aeebe8c83710233877483dd409b846 [diff] |
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>