diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-04 10:20:56 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-04 10:20:56 +0900 |
commit | 16b4a48feca684df87dbba3aee1cc7cd94f2ca59 (patch) | |
tree | 6eec02d5c4b65550a1dd2f103a70aaa7a84e64a3 /Documentation/CodingGuidelines | |
parent | 9102f423f11efc9db2afbedf22410fb7bf10b288 (diff) | |
parent | 5840eb9d1412b60982e78a6557b93b0fc162054d (diff) | |
download | git-16b4a48feca684df87dbba3aee1cc7cd94f2ca59.tar.gz |
Merge branch 'ab/doc-replace-gmane-links' into maint
The Web interface to gmane news archive is long gone, even though
the articles are still accessible via NTTP. Replace the links with
ones to public-inbox.org. Because their message identification is
based on the actual message-id, it is likely that it will be easier
to migrate away from it if/when necessary.
* ab/doc-replace-gmane-links:
doc: replace more gmane links
doc: replace a couple of broken gmane links
Diffstat (limited to 'Documentation/CodingGuidelines')
-rw-r--r-- | Documentation/CodingGuidelines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines index a4191aa388..2248cf7324 100644 --- a/Documentation/CodingGuidelines +++ b/Documentation/CodingGuidelines @@ -24,7 +24,7 @@ code. For Git in general, a few rough rules are: "Once it _is_ in the tree, it's not really worth the patch noise to go and fix it up." - Cf. http://article.gmane.org/gmane.linux.kernel/943020 + Cf. http://lkml.iu.edu/hypermail/linux/kernel/1001.3/01069.html Make your code readable and sensible, and don't try to be clever. |