Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
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=
X-Sasl-enc: Z0x2PgXWlpZqi+cCsSVlOEHj9hxRe4Rt/Z7/QCgNrb+S 1462275711
Date: Tue, 3 May 2016 11:41:46 +0000
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: Russell Currey <ruscur@russell.cc>
Cc: zsh-workers@zsh.org
Subject: Re: [PATCH] _git: Fix typo in diff.algorithm completion
Message-ID: <20160503114041.GA6979@tarsus.local2>
References: <1462257684-14084-1-git-send-email-ruscur@russell.cc>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1462257684-14084-1-git-send-email-ruscur@russell.cc>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-Seq: zsh-workers 38394

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

