Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-18 12:23:58 +0300
committerJunio C Hamano <gitster@pobox.com>2018-11-18 12:23:58 +0300
commitb8a920919348bc6d6cdf27c2fd4f7ae5078869d8 (patch)
treee4307a3cc98564c49ab10fbede69a6b4151f3227 /compat
parentc56aa1d2809b3aa160b2ee010508ccd0c52589c3 (diff)
parent2ef2ae2917a6d648bf3b356bf5d30300bbe5eaee (diff)
Merge branch 'js/mingw-msdn-url'
The URL to an MSDN page in a comment has been updated. * js/mingw-msdn-url: mingw: replace an obsolete link with the superseding one
Diffstat (limited to 'compat')
-rw-r--r--compat/mingw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/mingw.c b/compat/mingw.c
index 14ef81874d1..34b3880b29d 100644
--- a/compat/mingw.c
+++ b/compat/mingw.c
@@ -1028,8 +1028,8 @@ char *mingw_getcwd(char *pointer, int len)
}
/*
- * See http://msdn2.microsoft.com/en-us/library/17w5ykft(vs.71).aspx
- * (Parsing C++ Command-Line Arguments)
+ * See "Parsing C++ Command-Line Arguments" at Microsoft's Docs:
+ * https://docs.microsoft.com/en-us/cpp/cpp/parsing-cpp-command-line-arguments
*/
static const char *quote_arg(const char *arg)
{