When calling `git ls-files -m` to list modified files, use --with-tree=HEAD
authorZac Medico <zmedico@gentoo.org>
Wed, 3 Dec 2008 05:44:07 +0000 (05:44 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 3 Dec 2008 05:44:07 +0000 (05:44 -0000)
commitb23ede676486c8a02f68a7281ec973e86123597f
tree7bd49da06bf2ecc30c21c5dd3ea2b89330d0d65d
parent0c34bd4ee8c73291605c70288ce0516ce4a3a3c7
When calling `git ls-files -m` to list modified files, use --with-tree=HEAD
so that differences from the most recent commit are given instead of
differences from the index which is used for commit staging purposes.
This is required since otherwise files that have been added via `git add`
(such as echangelog does with the ChangeLog) won't show up in the list
of modified files due to being unmodified relative to the index. Thanks
to Christian Ruppert (idl0r) for reporting. (trunk r12140)

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