On Freitag, 22. Januar 2010, Junio C Hamano wrote:
Why does '/' matter in builtin-mv.c that needed b8f2626, but we can
compare with '/' [in make_relative_path()]?
We should be using is_dir_sep() in make_relative_path() as well (see the fixup
that I posted in response to your patch). The thing is that the incorrect
result does not matter from a correctness-POV for the only caller of this
routine.
-- Hannes