It's not safe to use the git commit -a option since there might
authorZac Medico <zmedico@gentoo.org>
Wed, 3 Dec 2008 08:22:10 +0000 (08:22 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 3 Dec 2008 08:22:10 +0000 (08:22 -0000)
commitf7b7157a4608d19d9bde97537df7d033cc5896f1
treee1ba0453a46ed655bf9a0a7271a1e6c9e11efb9e
parent5c1fc7525927985fb97dcdb851808e48fee60614
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.

svn path=/main/trunk/; revision=12142
bin/repoman