gitcmds: Flag files with a type change as 'modified'
commitbdbe361a97f87b786b8a7bb0d8546bd651aa4864
authorDavid Aguilar <davvid@gmail.com>
Fri, 9 Dec 2011 22:56:11 +0000 (9 14:56 -0800)
committerDavid Aguilar <davvid@gmail.com>
Fri, 9 Dec 2011 22:56:11 +0000 (9 14:56 -0800)
tree19ead820452214fd46f1b4c12cf511d7cb340e65
parent87bfc6c2f33f68794349aa8875c2079df7e0d0f1
gitcmds: Flag files with a type change as 'modified'

Files that become symlinks (and vice versa) are reported as 'T'
(typechange) by `git diff-index` and friends.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/gitcmds.py