diff options
| author | Paul Eggert | 2017-10-14 19:16:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-14 19:19:24 -0700 |
| commit | 3c78960a4755d7bd583a0411d7089a0c13c0c64b (patch) | |
| tree | 30f58d39973a4878d4a71b15e1d79b70e5baf9a7 /CONTRIBUTE | |
| parent | def9715282f71953740e8b92cf6443bfc459dd41 (diff) | |
| download | emacs-3c78960a4755d7bd583a0411d7089a0c13c0c64b.tar.gz emacs-3c78960a4755d7bd583a0411d7089a0c13c0c64b.zip | |
Encourage https: in commit messages
* CONTRIBUTE: Prefer https: when citing.
* build-aux/git-hooks/commit-msg:
Diagnose http: and ftp: URLs to FSF or GNU hosts.
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 8995bb3eec4..c7f3330ab01 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -175,6 +175,9 @@ them right the first time, so here are guidelines for formatting them: | |||
| 175 | bug number NNNNN in the debbugs database. This string is often | 175 | bug number NNNNN in the debbugs database. This string is often |
| 176 | parenthesized, as in "(Bug#19003)". | 176 | parenthesized, as in "(Bug#19003)". |
| 177 | 177 | ||
| 178 | - When citing URLs, prefer https: to http: when either will do. In | ||
| 179 | particular, gnu.org and fsf.org URLs should start with "https:". | ||
| 180 | |||
| 178 | - Commit messages should contain only printable UTF-8 characters. | 181 | - Commit messages should contain only printable UTF-8 characters. |
| 179 | 182 | ||
| 180 | - Commit messages should not contain the "Signed-off-by:" lines that | 183 | - Commit messages should not contain the "Signed-off-by:" lines that |