]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5580-unc-paths.sh
t5580: verify that alternates can be UNC paths
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 25 Feb 2019 14:17:45 +0000 (06:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2019 09:40:01 +0000 (18:40 +0900)
commit397a46db786a53db5261a74232447f7b49574bba
treec2819e2f75817d62878c8f8d53841a35603e99c9
parentaeb582a98374c094361cba1bd756dc6307432c42
t5580: verify that alternates can be UNC paths

On Windows, UNC paths are a very convenient way to share data, and
alternates are all about sharing data.

We fixed a bug where alternates specifying UNC paths were not handled
properly, and it is high time that we add a regression test to ensure
that this bug is not reintroduced.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5580-clone-push-unc.sh