Use more robust regexes in the status parser
commit24e3823390c6c6f2761d975a3a1b7158a60eacd8
authorDavid Aguilar <davvid@gmail.com>
Sun, 27 Jan 2008 09:33:01 +0000 (27 01:33 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sun, 27 Jan 2008 09:33:01 +0000 (27 01:33 -0800)
treec5d293d0ed2dae55ebff04369621058d77a7cd68
parent2e990b99381f9b00f31e9e54a53ff3bdb2a34079
Use more robust regexes in the status parser

The 'git status' parser now uses regexes that are not dependent on
the variable whitespace present in git's output.

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