Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` instead
authorZac Medico <zmedico@gentoo.org>
Sun, 28 Dec 2008 20:29:22 +0000 (20:29 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 28 Dec 2008 20:29:22 +0000 (20:29 -0000)
commita16ade2ad496c3716fd551a460c06eef67fc1ca6
tree5336e7a48e642f34eb22b279eeeb584a4030e557
parent635dc884018a290316ce75d1f3628fae796a3a2f
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.

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