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: Utkarsh Singh
Subject: Re: [PATCH] Add switches for Git log command
Date: Tue, 08 Jun 2021 07:27:37 +0530

On 2021-06-07, 15:41 +0300, Eli Zaretskii <eliz@gnu.org> wrote:

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

Done.

-- 
Utkarsh Singh
http://utkarshsingh.xyz

Attachment: 0001-New-user-option-for-Git-log-switches.patch
Description: patch


reply via email to

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