From: Stefan Kangas Date: Fri, 9 Sep 2022 21:39:24 +0000 (+0200) Subject: Set vc-git-annotate-switches to "-w" in .dir-locals.el X-Git-Tag: emacs-29.0.90~1856^2~627 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ddf1a920d267794fff8d311aead43525167bab4;p=emacs.git Set vc-git-annotate-switches to "-w" in .dir-locals.el * .dir-locals.el: Set vc-git-annotate-switches to "-w". Ref: https://lists.gnu.org/r/emacs-devel/2022-09/msg00453.html --- diff --git a/.dir-locals.el b/.dir-locals.el index d0cbcdfd390..84617a79807 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -5,6 +5,7 @@ (sentence-end-double-space . t) (fill-column . 70) (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))) (c-mode . ((c-file-style . "GNU")