commit | 95bf4bd4f7280312571e642339f3571310d0d660 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Thu Jan 03 19:04:37 2008 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jan 03 19:04:37 2008 -0800 |
tree | 0e48d30ed3bbfaa6a378a8ce0af2768e5b74487f | |
parent | 790296fd8863d649054096191d33bacbbf5c2115 [diff] |
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>