emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d871518724a 2/2: * lisp/vc/vc-git.el (vc-git-annotate-switches):


From: Stefan Kangas
Subject: master d871518724a 2/2: * lisp/vc/vc-git.el (vc-git-annotate-switches): Add useful tip.
Date: Sun, 3 Sep 2023 06:28:40 -0400 (EDT)

branch: master
commit d871518724a18cd794f2398c7fbf2b00851093a3
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * lisp/vc/vc-git.el (vc-git-annotate-switches): Add useful tip.
---
 lisp/vc/vc-git.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index 4c409465860..5c21a5b884e 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -122,7 +122,10 @@ If nil, use the value of `vc-diff-switches'.  If t, use no 
switches."
 
 (defcustom vc-git-annotate-switches nil
   "String or list of strings specifying switches for Git blame under VC.
-If nil, use the value of `vc-annotate-switches'.  If t, use no switches."
+If nil, use the value of `vc-annotate-switches'.  If t, use no switches.
+
+Tip: Set this to \"-w\" to make Git blame ignore whitespace when
+comparing changes.  See Man page `git-blame' for more."
   :type '(choice (const :tag "Unspecified" nil)
                 (const :tag "None" t)
                 (string :tag "Argument String")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]