Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug in git tab completion: If git.showSignature = true is set globally, tab completion of commits is garbled
- X-seq: zsh-workers 44109
- From: dana <dana@xxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: Bug in git tab completion: If git.showSignature = true is set globally, tab completion of commits is garbled
- Date: Sat, 9 Mar 2019 10:25:13 -0600
- Cc: zsh-workers@xxxxxxx, Adrian Vollmer <zsh@xxxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=mVPPkzNK09w0fVtJ+eqEwxSso2/snvi2pOTPtl7xVSI=; b=01aHE4k/h0hNEAhHA5X4IP84SoQaMBbKyVoYIx6dzgISpixv2UsfCBoJbjmEBjjNlh qJLjxNzacG6p7Xnsfx6HWuIa5UWV+k6/ryGm60tgJgEJlDlmsu4UtZY9TX6RfhWHs697 UCqAKf4z+lCoBXLUD8oF3hzaH0gLZsf3lpE+fULMPVo/sNnmRqbLnVvaXyvxXVZI2gNK Laf1/n3sqPXsewfMeLPaA9+5hlMEJA+qmz/QOUdQd+e0M1CdZExSCgQMGi+ET2fb3tbY AVd8PTvzxcIWpeTlQch1dDe89HSi+Sg/9TvbZwMlpApH/nllZEki0BKNm2vm6gHJHfkY t73Q==
- In-reply-to: <7a2210af-0a67-4289-86c2-388e67eff32e@www.fastmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20190307192305.GA3173@av.sy.gs> <F03D392D-4496-4AD8-B196-BE8316799C62@dana.is> <7a2210af-0a67-4289-86c2-388e67eff32e@www.fastmail.com>
On 8 Mar 2019, at 14:22, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>Should we use git-rev-list(1) instead of git-log(1)? The former is a
>plumbing command, so should be the more appropriate interface for this
>use-case.
Not sure. For a plumbing command it leaves a bit to be desired; it has no -z
and it doesn't really respect the format you tell it to use. In fact the
'commit 1234567890...' header it prints is actually hard-coded. It *does* seem
to ignore --show-signature/log.showSignature though, so i suppose it would
solve that problem
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author