File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1867,6 +1867,9 @@ object will be passed git rebase i.e. git rebase -i <hash>."
1867
1867
; ;
1868
1868
;;;### autoload
1869
1869
(add-to-list 'auto-mode-alist '(" /COMMIT_EDITMSG$" . helm-ls-git-commit-mode))
1870
+ ; ; Prevent errors when commit contains modifications to local variables.
1871
+ ;;;### autoload
1872
+ (add-to-list 'inhibit-local-variables-regexps " /COMMIT_EDITMSG$" )
1870
1873
1871
1874
(defvar helm-ls-git-author-name-history nil )
1872
1875
(defvar helm-ls-git-author-email-history nil )
@@ -1956,6 +1959,8 @@ Commands:
1956
1959
; ;
1957
1960
;;;### autoload
1958
1961
(add-to-list 'auto-mode-alist '(" /git-rebase-todo$" . helm-ls-git-rebase-todo-mode))
1962
+ ;;;### autoload
1963
+ (add-to-list 'inhibit-local-variables-regexps " /git-rebase-todo$" )
1959
1964
1960
1965
(defconst helm-ls-git-rebase-actions
1961
1966
'((" p" . " pick" )
You can’t perform that action at this time.
0 commit comments