On Montag, 25. Januar 2010, Junio C Hamano wrote:
There also is a discussion on //server/share path on msysgit, that was
started since 288123f (ignore duplicated slashes in make_relative_path(),
2010-01-21). If that commit _breaks_ use case on msysgit that used to
work, I think the sanest course of action is to revert it...
IFAICS, this patch is not a regression w.r.t. //server/share paths.
The discussion is about that support of //server/share paths in msysgit is
poor in general. For example, it is not possible to
git clone //server/share/repo.git
with different failure modes depending on whether forward slashes or
backslashes are used.
-- Hannes