emacs-devel
[Top][All Lists]
Advanced

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

Re: master 4a1e97b: New user option for Git log switches


From: Michael Albinus
Subject: Re: master 4a1e97b: New user option for Git log switches
Date: Wed, 09 Jun 2021 13:14:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

dgutov@yandex.ru (Dmitry Gutov) writes:

Hi,

sorry for being late.

> +(defcustom vc-git-log-switches t
> +  "String or list of strings specifying switches for Git log under VC."
> +  :type '(choice (const :tag "None" t)
> +                 (string :tag "Argument String")
> +                 (repeat :tag "Argument List" :value ("") string))
> +  :version "28.1")

Is there a reason to use the t value for "None"? All other log switches
(vc-bzr-log-switches, vc-hg-log-switches, vc-src-log-switches) use nil
for this purpose, and it sounds also more natural to me as being an
empty list of strings.

Best regards, Michael.



reply via email to

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