fix 'git update-index --verbose --again' output
commite837af61345344448346afef79d53a5ff95bb0b3
authorKarsten Blees <karsten.blees@gmail.com>
Thu, 14 Nov 2013 19:23:42 +0000 (14 20:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2013 21:04:25 +0000 (18 13:04 -0800)
tree2ae0e3a1bc36cd09d5c4ce3afe580d2213aff770
parentefc684245b81ae0fb8f0afbd06dc1c3101c4e5a0
fix 'git update-index --verbose --again' output

'git update-index --verbose' consistently reports paths relative to the
work-tree root. The only exception is the '--again' option, which reports
paths relative to the current working directory.

Change do_reupdate to use non-prefixed paths.

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/update-index.c