mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
.dir-locals.el: Have Magit recognize Change-Id git trailers.
* .dir-locals.el: Register the 'Change-Id' git trailer to the GIT-COMMIT-TRAILERS Magit variable. Change-Id: I45deafae39163c63d559e0d50e39ee0691533955
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
(eval . (setq-local guix-directory
|
||||
(locate-dominating-file default-directory
|
||||
".dir-locals.el")))
|
||||
;; Magit
|
||||
(eval . (with-eval-after-load 'git-commit
|
||||
(add-to-list 'git-commit-trailers "Change-Id")))
|
||||
|
||||
;; TempEl
|
||||
(eval . (with-eval-after-load
|
||||
|
||||
Reference in New Issue
Block a user