]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
dir-locals: Use https for bug references
authorRichard Earnshaw <rearnsha@arm.com>
Tue, 20 Jul 2021 10:39:41 +0000 (11:39 +0100)
committerRichard Earnshaw <rearnsha@arm.com>
Tue, 20 Jul 2021 10:40:34 +0000 (11:40 +0100)
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

index b07a0dc50d8a440d5b51ef00953a44de42bfe328..fa031cbded9909889dbe4442182a8ae9721b6c29 100644 (file)
@@ -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))))