9286c29504
* etc/snippets/text-mode/guix-commit-message-use-https-home-page: New file. * doc/contributing.texi (The Perfect Setup): Document new snippet.
9 lines
297 B
Plaintext
9 lines
297 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: guix-commit-message-use-https-home-page
|
|
# key: https
|
|
# condition: git-commit-mode
|
|
# --
|
|
gnu: $1: Use HTTPS home page URI.
|
|
|
|
* `(car (magit-staged-files))` ($1)[home-page]: Use HTTPS URI.
|
|
`(mapconcat (lambda (file) (concat "* " file)) (cdr (magit-staged-files)) "\n")` |