Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _git commit object name completion
- X-seq: zsh-workers 35215
- From: Daniel Hahler <genml+zsh-workers@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: _git commit object name completion
- Date: Tue, 19 May 2015 09:13:52 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=thequod.de; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=postfix2; t= 1432019632; bh=n3q/mvD6qdIahOxnYjkn6jVxwDOhDO+WuKck9HmHM9c=; b=f Nt2KkuDlFfPSM/YoJGEp78ubw32EBUg1i/DS8gwk9mHhSZr47hNVWjkTn8E8G1KI h1OC42MZXTG7/p4TZpGvGNHZgWVkMt+gzjcKTZ1pfaGxeBcQn5eRKxXr/+eOyCAZ J+E7Le9SHwBi7f8f0EwHoHCIAu9hbHI10ySTP4Zx3g=
- In-reply-to: <150518214003.ZM6919@torch.brasslantern.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>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150519013803.GC2024@tarsus.local2> <150518214003.ZM6919@torch.brasslantern.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 19.05.2015 06:40, Bart Schaefer wrote:
> On May 19, 1:38am, Daniel Shahaf wrote:
> }
> } % git checkout f<TAB><TAB><TAB>
> } f82ecfc -- [f82ecfc] m (3 minutes ago)
> }
> } I expected 'f82ecfc' to be added to the command-line immediately, as
> } it's the only completion. Instead, I only get the list of possible
> } completions and the buffer remains unmodified, no matter how many times
> } I press <TAB>.
>
> I'd make a small wager that this is another effect of workers/35101. If
> you revert 454f079852deb0c704870c7d5a462485f1e65bbf, do you get the result
> you expect?
>
Yes, 454f079 also triggered that issue, and it should be fixed by now.
Basically it promoted __git_recent_commits to be used by default, while it was
previously only used for --fixup and --squash.
Regards,
Daniel.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iD8DBQFVWuKwfAK/hT/mPgARArbfAKCTOoPr5ahHhyJopuVRZ7qcVtR4IwCgjebt
AGFXeoX64dJ4a/kks0NrC3Y=
=MRpi
-----END PGP SIGNATURE-----
Messages sorted by:
Reverse Date,
Date,
Thread,
Author