Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
git completion problems
- X-seq: zsh-users 23005
- From: Will Gray <graywh@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: git completion problems
- Date: Tue, 12 Dec 2017 11:00:21 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=ewy2JTCLYMWeg6ELNebraCHwdTtPHya+UPXY8TUHnPE=; b=Q+xvCMO/C7DSxL8Ud6AuYnQcNWcIlM+o0Yi7sY1G1txZ1vocXDxehyYSvgal97ijwX y8lw/k2mh8F/eAC+s5zctudjEkI6KjTBuvndL2WsWtbdYuphMzJbXYt5EwQiX/CCiWfm e4Nm5u7D30SrnKLLu9qLkaC4HsA8d+uUUqFmpRQh05jilt/V+DdxjMihcxV0IabIERPm WBudM8nRsBLoq7Usn6j47AyoAzQIgqgE2J7nfRIXryQXoUCN3EgSQ595XwM16u3lj4o7 r71Q3ReIcswH93+ljHtty2P7aLQ3ZmutOoKrdes4z8NGbdpqokMAwVuAwhWA7pW8fmom o0EA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I have three remote branches: "origin/master", "origin/production",
and "origin/production-dev". When I enter "o", it will complete
"origin". If I add "/pr", it will not complete "origin/production".
However, if I enter "o/pr" it will complete "origin/production".
I'm using Zsh 5.1.1 and have downloaded the latest
Completion/Unix/_git to first entry in my $path.
--
Will Gray
Nashville, TN
Messages sorted by:
Reverse Date,
Date,
Thread,
Author