summaryrefslogtreecommitdiff
path: root/Documentation/CodingGuidelines
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-05-23 13:46:05 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-05-23 13:46:05 +0900
commite4b6ccdbffc6b4aa17af511632e7228f900a673e (patch)
treea8aecfa2c12fdfe9d91f665178ae6d6de64c9eca /Documentation/CodingGuidelines
parentMerge branch 'rs/checkout-am-fix-unborn' (diff)
parentdoc: replace more gmane links (diff)
downloadtgif-e4b6ccdbffc6b4aa17af511632e7228f900a673e.tar.xz
Merge branch 'ab/doc-replace-gmane-links'
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/CodingGuidelines2
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.