all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philip Kaludercic <philipk@posteo.net>
To: Stefan Kangas <stefankangas@gmail.com>
Cc: Lars Ingebrigtsen <larsi@gnus.org>,  emacs-devel@gnu.org
Subject: Re: master 50020d026c: Untabify rcirc.el
Date: Thu, 08 Sep 2022 09:37:02 +0000	[thread overview]
Message-ID: <87o7vq6wch.fsf@posteo.net> (raw)
In-Reply-To: <CADwFkmmEAUu8QhR+zDnUbPc8qVtvc7e=o7NDUrfN24eha+Uu1g@mail.gmail.com> (Stefan Kangas's message of "Thu, 8 Sep 2022 05:07:33 -0400")

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."



  parent reply	other threads:[~2022-09-08  9:37 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <166254232836.24759.17163698181249816742@vcs2.savannah.gnu.org>
     [not found] ` <20220907091848.B4E13C04F04@vcs2.savannah.gnu.org>
2022-09-07 11:06   ` master 50020d026c: Untabify rcirc.el Lars Ingebrigtsen
2022-09-07 11:21     ` Philip Kaludercic
2022-09-07 12:11       ` Philip Kaludercic
2022-09-07 21:50         ` Stefan Kangas
2022-09-07 22:07           ` Philip Kaludercic
2022-09-08  9:07             ` Stefan Kangas
2022-09-08  9:20               ` Robert Pluim
2022-09-08  9:39                 ` Stefan Kangas
2022-09-08  9:36               ` Eli Zaretskii
2022-09-08  9:46                 ` Stefan Kangas
2022-09-08 10:25                   ` Eli Zaretskii
2022-09-08 12:02                     ` Robert Pluim
2022-09-08 12:05                     ` Philip Kaludercic
2022-09-09 23:13                       ` Stefan Kangas
2022-09-08  9:37               ` Philip Kaludercic [this message]
2022-09-08 12:04           ` Lars Ingebrigtsen
2022-09-07 12:54       ` Stefan Monnier
2022-09-07 13:22         ` Philip Kaludercic
2022-09-07 11:23   ` Po Lu
2022-09-07 16:42     ` Jim Porter
2022-09-07 18:21       ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o7vq6wch.fsf@posteo.net \
    --to=philipk@posteo.net \
    --cc=emacs-devel@gnu.org \
    --cc=larsi@gnus.org \
    --cc=stefankangas@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.