Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` instead
authorZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 08:01:04 +0000 (08:01 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 08:01:04 +0000 (08:01 -0000)
commit0b2c54b5bdef47a9a6f2dee8654f4984ed8cb874
tree4d5c9bdf8bd0fcb55c2de1025165b6f9d09c38cc
parentb6df7e70b104c69f844dd5a9e26f4f3e604d1ac4
Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` instead
of `git ls-files -m --with-tree=HEAD` since the latter doesn't behave
like we want for files that have been added to the index. Also, use `git
diff-index` instead of `git diff` since the latter is considered a high-level
"porcelain" command which means that it's interface may not be reliable.
(trunk r12359)

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