Pass '--relative' to 'git diff-index'.
authorMichał Górny <gentoo@mgorny.alt.pl>
Sun, 11 Jul 2010 10:18:38 +0000 (12:18 +0200)
committerZac Medico <zmedico@gentoo.org>
Sun, 11 Jul 2010 18:25:56 +0000 (11:25 -0700)
commitbc82a8eaaf99fb0ada2a9fd2cd3c082113d4690c
treebce05a3361b1cacab09238afd88143382b197c88
parentd277d60e8b0aa4c7146444cc47ca2e410417a5f0
Pass '--relative' to 'git diff-index'.

Instead of using faulty prefix-stripping code on 'git diff-index'
results, simply pass '--relative' to it. Thanks to that, git will do all
the stripping itself and return only changes in the current directory.
bin/repoman