* [PATCH 0/1] mingw: update a link to the official documentation @ 2018-11-15 11:22 Johannes Schindelin via GitGitGadget 2018-11-15 11:22 ` [PATCH 1/1] mingw: replace an obsolete link with the superseding one Johannes Schindelin via GitGitGadget 0 siblings, 1 reply; 3+ messages in thread From: Johannes Schindelin via GitGitGadget @ 2018-11-15 11:22 UTC (permalink / raw) To: git; +Cc: Johannes Sixt, Junio C Hamano It is a pretty neat thing that the bulky MSDN documentation has been replaced by something a lot more open, something that can be updated via Pull Requests on GitHub. Let's link to this new documentation instead of the obsolete one. I know, it is really close to the code freeze leading up to Git v2.20.0. But this is just an update to a code comment... :-) Johannes Schindelin (1): mingw: replace an obsolete link with the superseding one compat/mingw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) base-commit: d166e6afe5f257217836ef24a73764eba390c58d Published-As: https://github.com/gitgitgadget/git/releases/tags/pr-81%2Fdscho%2Fmingw-update-msdn-link-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-81/dscho/mingw-update-msdn-link-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/81 -- gitgitgadget ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] mingw: replace an obsolete link with the superseding one 2018-11-15 11:22 [PATCH 0/1] mingw: update a link to the official documentation Johannes Schindelin via GitGitGadget @ 2018-11-15 11:22 ` Johannes Schindelin via GitGitGadget 2018-11-15 18:20 ` Johannes Sixt 0 siblings, 1 reply; 3+ messages in thread From: Johannes Schindelin via GitGitGadget @ 2018-11-15 11:22 UTC (permalink / raw) To: git; +Cc: Johannes Sixt, Junio C Hamano, Johannes Schindelin From: Johannes Schindelin <johannes.schindelin@gmx.de> The MSDN documentation has been superseded by Microsoft Docs (which is backed by a repository on GitHub containing many, many files in Markdown format). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> --- compat/mingw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/mingw.c b/compat/mingw.c index d2f4fabb44..9e42b0ee26 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) { -- gitgitgadget ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] mingw: replace an obsolete link with the superseding one 2018-11-15 11:22 ` [PATCH 1/1] mingw: replace an obsolete link with the superseding one Johannes Schindelin via GitGitGadget @ 2018-11-15 18:20 ` Johannes Sixt 0 siblings, 0 replies; 3+ messages in thread From: Johannes Sixt @ 2018-11-15 18:20 UTC (permalink / raw) To: Johannes Schindelin Cc: Johannes Schindelin via GitGitGadget, git, Junio C Hamano Am 15.11.18 um 12:22 schrieb Johannes Schindelin via GitGitGadget: > From: Johannes Schindelin <johannes.schindelin@gmx.de> > > The MSDN documentation has been superseded by Microsoft Docs (which is > backed by a repository on GitHub containing many, many files in Markdown > format). > > Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> > --- > compat/mingw.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/compat/mingw.c b/compat/mingw.c > index d2f4fabb44..9e42b0ee26 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) > { > Thank you! That's much better than the original obfuscated page name. -- Hannes ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-11-15 18:20 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-11-15 11:22 [PATCH 0/1] mingw: update a link to the official documentation Johannes Schindelin via GitGitGadget 2018-11-15 11:22 ` [PATCH 1/1] mingw: replace an obsolete link with the superseding one Johannes Schindelin via GitGitGadget 2018-11-15 18:20 ` Johannes Sixt
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).