public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] dir-locals: Use https for bug references
@ 2021-07-20 10:42 Richard Earnshaw
  0 siblings, 0 replies; only message in thread
From: Richard Earnshaw @ 2021-07-20 10:42 UTC (permalink / raw)
  To: gcc-patches; +Cc: Richard Earnshaw

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]


We've been using https for web references for some time now.

ChangeLog:

	* .dir-locals.el (bug-reference-url-format): Use https.
---
 .dir-locals.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-dir-locals-Use-https-for-bug-references.patch --]
[-- Type: text/x-patch; name="0001-dir-locals-Use-https-for-bug-references.patch", Size: 483 bytes --]

diff --git a/.dir-locals.el b/.dir-locals.el
index b07a0dc50d8..fa031cbded9 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -17,7 +17,7 @@
 ((tcl-mode . ((tcl-indent-level . 4)
 	      (tcl-continued-indent-level . 4)
 	      (indent-tabs-mode . t)))
- (nil . ((bug-reference-url-format . "http://gcc.gnu.org/PR%s")))
+ (nil . ((bug-reference-url-format . "https://gcc.gnu.org/PR%s")))
  (c-mode . ((c-file-style . "GNU")
 	    (indent-tabs-mode . t)
 	    (fill-column . 79))))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-20 10:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 10:42 [committed] dir-locals: Use https for bug references Richard Earnshaw

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 read-only IMAP folder(s) and NNTP newsgroup(s).