From: Philip Kaludercic <philipk@posteo.net> Date: Wed, 16 Nov 2022 08:16:28 +0000 (+0100) Subject: Set vc-prepare-patches-separately to nil in .dir-locals.el X-Git-Tag: emacs-29.0.90~1616^2~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=277504584d4cf7b3d67cd4a8cae1849b6cc700fc;p=emacs.git Set vc-prepare-patches-separately to nil in .dir-locals.el * .dir-locals.el (c-mode): Set 'vc-prepare-patches-separately'. See https://lists.gnu.org/archive/html/emacs-devel/2022-11/msg00973.html. --- diff --git a/.dir-locals.el b/.dir-locals.el index a85769b5342..f0ab46236f3 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -7,7 +7,8 @@ (emacs-lisp-docstring-fill-column . 65) (vc-git-annotate-switches . "-w") (bug-reference-url-format . "https://debbugs.gnu.org/%s") - (diff-add-log-use-relative-names . t))) + (diff-add-log-use-relative-names . t) + (vc-prepare-patches-separately . nil))) (c-mode . ((c-file-style . "GNU") (c-noise-macro-names . ("INLINE" "NO_INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))