Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Update git completion on macOS
- X-seq: zsh-users 26126
- From: "Daniel Shahaf" <d.s@xxxxxxxxxxxxxxxxxx>
- To: jost.schulte@xxxxxxxxxxxx
- Subject: Re: Update git completion on macOS
- Date: Fri, 23 Oct 2020 20:38:55 +0000
- Archived-at: <https://zsh.org/users/26126>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-10/df128b9f-d43e-441e-887f-e00042dd91c5%40www.fastmail.com>
- Authentication-results: zsh.org; iprev=pass (out4-smtp.messagingengine.com) smtp.remote-ip=66.111.4.28; dkim=pass header.d=daniel.shahaf.name header.s=fm1 header.a=rsa-sha256; dkim=pass header.d=messagingengine.com header.s=fm1 header.a=rsa-sha256; dmarc=none header.from=daniel.shahaf.name; arc=none
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=mime-version:message-id:in-reply-to :references:date:from:to:cc:subject:content-type; s=fm1; bh=F1eV ZKaJ4KA8x4xDnDV1PrcCxbtcTC3CY32+dOpgJyg=; b=jcl1g3wicVCqhEzlXH0d LB/Z8dcfl5psbZQtPOwuahEvRbomYrb/be1VpLe3IFjmpalwWyT39LuYsq0jDDbZ 2sZ/dhL66V90i9tAUjmx9j4tUWfvl/cCq+iDki/Hs8GGRSEM0jKy7TicXhwEfwNX rm5H3BP2xrhuTynpPgzeWU1osXOmLFb+81qyABbEwWjpY24Z8yLkHxQf5e646d2J 4kmmZ5ds54ijPYh7yVGDHPemOXzgSvQmY94WfE91bKa4A2VbsBbBImwlKAqBckbh 3Ata2ckW2r2j5LmNxMfkB9SHrR0Ey+YlNcOCVLtg7jb2w11mtEirueOEB+OjSJV5 8w==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=F1eVZK aJ4KA8x4xDnDV1PrcCxbtcTC3CY32+dOpgJyg=; b=bur0eq1aDL1nwXyn6Tnovq hx6Bh+iGSKziUmCTAasw7n9dag8Yl0ErxDTd9aCuV/zA7DT8+SiEm9pd1wj3om2G jyijG9vonXJ4NEY2aAoSnfRrMVx/uCY/MXQVhWmNTh5G9b7g6H5XlZg4x9VGnU34 N68cg9YTfKmZLLuEEE8lVQOSj0Ec2drID1wW/zs/nJH+JKVa7ZxX+/eBYL5LmP2R oG3kk/tHBxNlnZJ7ltd28/uN/8Ue4p33cz9MZwRGVCGO7JJINzBPVMEWDWvUL9kc kIRXUowW1EDLpkah+JtxM9CrRrpsePLB2jvRz/5FShGiZ5H/tOqIi+lpdFeNa6uA ==
- In-reply-to: <13478-1603442976.562996@mTtw.97It.xjXz>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- References: <sympa.1603440549.76406.154@zsh.org> <13478-1603442976.562996@mTtw.97It.xjXz>
- Sender: zsh-users-request@xxxxxxx
Oliver Kiddle wrote on Fri, 23 Oct 2020 08:49 +00:00:
> To get a current completion function, the best approach is to checkout
> the zsh sources from git and look below the Completion directory. Mostly
> that will work but in this particular case, I happen to know that it
> won't. The latest _git function makes use of new zsh features that were
> only added after zsh 5.7. You might be able to manually patch together
> an _git that does what you want.
If you do, feel free to publish the patch. The idea of a "backport
branch" of the Completion/ tree has been raised before; it simply lacks
a volunteer to drive it.
Cheers,
Daniel
P.S. I always treated that underscore as silent...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author