It's not safe to use the git commit -a option since there might
authorZac Medico <zmedico@gentoo.org>
Wed, 3 Dec 2008 08:23:34 +0000 (08:23 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 3 Dec 2008 08:23:34 +0000 (08:23 -0000)
commitf23281325154b378fdbc15d4def5f0ab600607e6
tree8503326211916d2d9c1297eb6b9182ca0aa1b303
parentb23ede676486c8a02f68a7281ec973e86123597f
It's not safe to use the git commit -a option since there might
be some modified files elsewhere in the working tree that the
user doesn't want to commit. Therefore, call git update-index
in order to ensure that the index is updated with the latest
versions of all new and modified files in the relevant portion
of the working tree. (trunk r12142)

svn path=/main/branches/2.1.6/; revision=12143
bin/repoman