[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 50020d026c: Untabify rcirc.el
From: |
Philip Kaludercic |
Subject: |
Re: master 50020d026c: Untabify rcirc.el |
Date: |
Thu, 08 Sep 2022 09:37:02 +0000 |
Stefan Kangas <stefankangas@gmail.com> writes:
> Philip Kaludercic <philipk@posteo.net> writes:
>
>> It appears to have been added in 2007[0], so this might be viable.
>
> So I guess the below should be uncontroversial?
>
> diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
> index 9dfdd9e7b1..3b15e976e5 100644
> --- a/lisp/vc/vc-git.el
> +++ b/lisp/vc/vc-git.el
> @@ -119,14 +119,14 @@ vc-git-diff-switches
> (repeat :tag "Argument List" :value ("") string))
> :version "23.1")
>
> -(defcustom vc-git-annotate-switches nil
> +(defcustom vc-git-annotate-switches "-w"
It might be useful to add a comment indicating what the point of -w is.
> "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."
> :type '(choice (const :tag "Unspecified" nil)
> (const :tag "None" t)
> (string :tag "Argument String")
> (repeat :tag "Argument List" :value ("") string))
> - :version "25.1")
> + :version "29.1")
>
> (defcustom vc-git-log-switches nil
> "String or list of strings specifying switches for Git log under VC."
- Re: master 50020d026c: Untabify rcirc.el, (continued)
- Re: master 50020d026c: Untabify rcirc.el, Philip Kaludercic, 2022/09/07
- Re: master 50020d026c: Untabify rcirc.el, Stefan Kangas, 2022/09/08
- Re: master 50020d026c: Untabify rcirc.el, Robert Pluim, 2022/09/08
- Re: master 50020d026c: Untabify rcirc.el, Stefan Kangas, 2022/09/08
- Re: master 50020d026c: Untabify rcirc.el, Eli Zaretskii, 2022/09/08
- Re: master 50020d026c: Untabify rcirc.el, Stefan Kangas, 2022/09/08
- Re: master 50020d026c: Untabify rcirc.el, Eli Zaretskii, 2022/09/08
- Re: master 50020d026c: Untabify rcirc.el, Robert Pluim, 2022/09/08
- Re: master 50020d026c: Untabify rcirc.el, Philip Kaludercic, 2022/09/08
- Re: master 50020d026c: Untabify rcirc.el, Stefan Kangas, 2022/09/09
- Re: master 50020d026c: Untabify rcirc.el,
Philip Kaludercic <=
- Re: master 50020d026c: Untabify rcirc.el, Lars Ingebrigtsen, 2022/09/08
- Re: master 50020d026c: Untabify rcirc.el, Stefan Monnier, 2022/09/07
- Re: master 50020d026c: Untabify rcirc.el, Po Lu, 2022/09/07