emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add switches for Git log command


From: Eli Zaretskii
Subject: Re: [PATCH] Add switches for Git log command
Date: Mon, 07 Jun 2021 15:41:02 +0300

> From: Utkarsh Singh <utkarsh190601@gmail.com>
> Date: Mon, 07 Jun 2021 09:47:40 +0530
> 
> +(defcustom vc-git-log-switches t
> +  "Strings 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)))

New or changed defcustoms should have a :version tag.

Thanks.



reply via email to

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