Added support for renamed file detection in cmds.git_status()v0.2
commitae843c8aadfa530742e95f1c4c8e1f449fe84d01
authorDavid Aguilar <davvid@gmail.com>
Sun, 9 Dec 2007 21:22:19 +0000 (9 13:22 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sun, 9 Dec 2007 21:22:19 +0000 (9 13:22 -0800)
treee1a4814b67a6cfca11c0853af75347730dc63343
parent2e7366c86d8fc02d48536c933841f9b7c305c8e3
Added support for renamed file detection in cmds.git_status()

- cmds.git_status now includes a regex for renamed files
- renamed files are listed twice in the staged list: once for the deleted file and once for the new filename
- cmds.git_status's other regexes were also fixed to not require the filename to be lstrip()'d

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