From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-5.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id C1BED1F66F for ; Thu, 29 Oct 2020 00:34:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729273AbgJ2AeY (ORCPT ); Wed, 28 Oct 2020 20:34:24 -0400 Received: from dd36226.kasserver.com ([85.13.153.21]:42400 "EHLO dd36226.kasserver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732215AbgJ1WUf (ORCPT ); Wed, 28 Oct 2020 18:20:35 -0400 Received: from client3368.fritz.box (i5C74478B.versanet.de [92.116.71.139]) by dd36226.kasserver.com (Postfix) with ESMTPSA id 531433C01DA; Wed, 28 Oct 2020 18:34:21 +0100 (CET) Subject: Re: [PATCH 00/14] completion: a bunch of updates To: Felipe Contreras Cc: Junio C Hamano , Git , =?UTF-8?Q?SZEDER_G=c3=a1bor?= , =?UTF-8?B?Tmd1eeG7hW4gVGjDoWkgTmfhu41jIER1eQ==?= References: <20190621223107.8022-1-felipe.contreras@gmail.com> <0ec43318-bf83-25c4-a817-a150e2e47546@haller-berlin.de> From: Stefan Haller Message-ID: Date: Wed, 28 Oct 2020 18:34:20 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 28.10.20 17:31, Felipe Contreras wrote: > On Wed, Oct 28, 2020 at 3:09 AM Stefan Haller wrote: >> >> On 28.10.20 1:06, Felipe Contreras wrote: > >>> I didn't say the users didn't get the scripts from the distribution, I >>> said I didn't know of anyone that did. I just checked the installation >>> instructions of Homebrew, and they do seem to install the zsh >>> completion from contrib, whoever, by the time I see the bug reports, >>> those users already downloaded the most recent version from GitHub >>> [1]. >> >> I might not be the representative zsh user, but just as one data point: >> I have never downloaded the completion scripts from anywhere. I always >> use the one that comes with my "distro" (which is the Mac git installer, >> most of the time, which puts it in /usr/local/git/contrib/completion/). >> I symlink that to ~/.zfunc/_git. > > That's interesting. Where did you get the idea to do that? From the documentation in git-completion.zsh. I must have set this up at a time where the documentation was still correct (i.e. before it got broken in . -Stefan