1
0
mirror of https://github.com/git/git.git synced 2024-09-22 04:20:47 +02:00

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
This commit is contained in:
Junio C Hamano 2018-11-18 18:23:58 +09:00
commit b8a9209193

View File

@ -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)
{