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 44110
- From: "Daniel Shahaf" <d.s@xxxxxxxxxxxxxxxxxx>
- To: dana <dana@xxxxxxx>
- Subject: Re: Bug in git tab completion: If git.showSignature = true is set globally, tab completion of commits is garbled
- Date: Sat, 09 Mar 2019 11:43:40 -0500
- Cc: zsh-workers@xxxxxxx, "Adrian Vollmer" <zsh@xxxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=message-id:in-reply-to:references:date :from:to:cc:subject:content-type; s=fm2; bh=uHLH082kpVmvdTzJV4Az tWXeIz1ZhGVJisoO1kbdCQQ=; b=hb8YP43hbJZSCm0N3qLIFobqrjkNoGbSFiil MObZ4fz+mGSnmo0+Hv9cr9PGMgmXS6U6DUqJyvp1dtjnzVOSBWzPKZqYSoz9iF7j pj76mGcCsr4pevjdSDdVIyRwdSsZCPVqrdPYMmkUhNmwZDr2AtxEtSBxxrqf+rzU CCBAzkfF5Nh1xPFXZQn7cg7ukmJR2VZu8VQXUaoDddPzG3GpO3HvI1gf9oXHlGCZ NI0eEqtyuxfWbL+BFRwFuzlq38t0Uoj1ELbf48GOhtjHZnnatzVh8MNCMp8rrRcW 6kXpxVvLUvpEoDEuxEgyCQHXu4RHZv40mBST6gcvcmslfV/S9w==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:references:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=uHLH082kpVmvdTzJV 4AztWXeIz1ZhGVJisoO1kbdCQQ=; b=lxDUt6VjQtj43iP3eAqoYr/ldF0idWupL s5LKQ2gQFypmpQc4dEGuZ8paEdcx7OpTOvLDUaQ9aCerv0CIEPnQun89F5dLm+Je RQL7QuiS81i4x8IFWVtckXdozMMXGQLE+is7yUqJjBHqDHniEJ6GTC2M6+goASCJ k/kedg2rQw2jz/eK+jEmqVtiambh7Q8e6Hya3C06cOCR0Sr+82I4r4wVi1StdRmD Je/yz8bFXL1BtarN/Yf7BFH9XPDj2DbhQbO6qH+egmlUhB49omyE1ULdubrmUDfd d6RA3T1bR256JlogVn4wwlJgVWpHNjDy6FXa/Yw1Tg7gjLaDH75SQ==
- In-reply-to: <85B1B476-6F08-4AB0-8E30-B165A0E98082@dana.is>
- 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> <85B1B476-6F08-4AB0-8E30-B165A0E98082@dana.is>
dana wrote on Sat, 09 Mar 2019 16:26 +00:00:
> 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
It does have %x00, though.
> 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.
Huh. Odd, but I think we can live with that: we can just have _git
discard the hardcoded header line that git emits. All we really care
about is that future git versions will continue to emit that line. I
assume they will, for compatibility reasons.
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author