git-clean: make "Would remove ..." path relative to cwd again
commit95bf4bd4f7280312571e642339f3571310d0d660
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Jan 2008 03:04:37 +0000 (3 19:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Jan 2008 03:04:37 +0000 (3 19:04 -0800)
tree0e48d30ed3bbfaa6a378a8ce0af2768e5b74487f
parent790296fd8863d649054096191d33bacbbf5c2115
git-clean: make "Would remove ..." path relative to cwd again

The rewrite changed the output to use the path relative to the
top of the work tree without a good reason.  This fixes it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-clean.c