commit: fix the 'stage changed files to commit' logic
commitabba82d46b933252cbc68c7bb2c4247eac0603f0
authorDavid Aguilar <davvid@gmail.com>
Sat, 11 Oct 2008 20:51:21 +0000 (11 13:51 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 11 Oct 2008 20:51:21 +0000 (11 13:51 -0700)
tree777ac36dc2c93f40e5a6d59545d5e530518acfef
parent031e1711c910c17875b129e571b532f4250a3c93
commit: fix the 'stage changed files to commit' logic

We were passing in a list of changed files instead of passing
the items in as the args to git.add().  We now do the handle
this correclty.  This also turns on git-add's verbose mode
so that better feedback is given.

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