Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _git: Fix typo in diff.algorithm completion
- X-seq: zsh-workers 38394
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Russell Currey <ruscur@xxxxxxxxxx>
- Subject: Re: [PATCH] _git: Fix typo in diff.algorithm completion
- Date: Tue, 3 May 2016 11:41:46 +0000
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=J9hkjPCxLFrYGfqCgY0ll9nCvNI=; b=rB3iTR G8s84WuCfLNWq5QUedCMt6V+KiLqW6qNeJVYeHtIOoitSQ4/HCO0JeL/6Qq9BOXe FHo1LVkgaqx7r2SCc+8K6nzYGGxeUZK+MTSH6BBOGqoMpgXqxRVbok1QBZi4u0gr 9+ujKTEB6gcqufgoBExfX280Rk+Pu/0l3jih0=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=J9hkjPCxLFrYGfqCgY0ll9nCvNI=; b=EXX88 F2eg95dx5UTJrgD1J8FT8N7Zkl2Wl0c8sDMTwE12GmaER2r0MW4aY3gUoFTdzKSU ZNS+1+9Kzw7SiBzkZIqOOYUnUUCWUDbk5FKhjWa/aF3JHGwv8/a+I7eGO3ryaSgZ sImilt1IMqCfU/sMucPDc0E8FEtExYiEaz0zvI=
- In-reply-to: <1462257684-14084-1-git-send-email-ruscur@russell.cc>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1462257684-14084-1-git-send-email-ruscur@russell.cc>
Russell Currey wrote on Tue, May 03, 2016 at 16:41:24 +1000:
> +++ b/Completion/Unix/Command/_git
> @@ -6320,7 +6320,7 @@ __git_setup_diff_options () {
> - '(--minimal --patience --histogram --diff-algorithm)--minimal[spend extra time to make sure the smallest possible diff is producedm]'
> + '(--minimal --patience --histogram --diff-algorithm)--minimal[spend extra time to make sure the smallest possible diff is produced]'
Thanks, applied.
I've fixed the subject before committing (it didn't agree with the
change); did you also have a patch to the _git-config() completion of
diff.algorithm?
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author