From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27942 invoked from network); 27 Jun 2020 06:14:01 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 27 Jun 2020 06:14:01 -0000 Received: (qmail 9353 invoked by alias); 27 Jun 2020 06:13:50 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: Sender: zsh-workers@zsh.org X-Seq: 46138 Received: (qmail 17747 invoked by uid 1010); 27 Jun 2020 06:13:50 -0000 X-Qmail-Scanner-Diagnostics: from sender4-of-o56.zoho.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25850. spamassassin: 3.4.4. Clear:RC:0(136.143.188.56):SA:0(-2.0/5.0):. Processed in 3.324022 secs); 27 Jun 2020 06:13:50 -0000 X-Envelope-From: mk@mkoskar.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.zoho.com designates 136.143.188.56 as permitted sender) ARC-Seal: i=1; a=rsa-sha256; t=1593238381; cv=none; d=zohomail.com; s=zohoarc; b=kf72xnlD5tHPXIHytwmhyN0oddKdqhYCxZaucrb3CdRQs42EO3TE/HCe+17Xa/IvE/LLxTSY1NOjNt8l23tSzA6/MB2sk8T3+Af7PvwwCOT5GmnqE8obDQGHmPqRVr9B5Nr8wLZX8iKalFW+KCIqIMtrAh3UIeF8acVo3AEAXSI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1593238381; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=kE27CoIsoxMjQy1x3W45MU8Xp9pnOY/DBvq2xJGj9II=; b=f4yB4N0PV/Drfo1NrYRPr5NCWcxSnZoARnBfdOkWIlRjU6Iqj2KGlZZoxbx1m7WlLEegmIDEByo0M4HVj/hRH8nJOAgksWLqdClIpE+sYKOgM/nr6WNYvwp9RHb1y2uDz2YkywgwZ3cDZhi1aXLxXCPnO4EmZiVp0yaohulwUyQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=mkoskar.com; spf=pass smtp.mailfrom=mk@mkoskar.com; dmarc=pass header.from= header.from= From: =?UTF-8?q?Miroslav=20Ko=C5=A1k=C3=A1r?= To: zsh-workers@zsh.org Cc: d.s@daniel.shahaf.name Message-ID: Subject: [PATCH 0/4] _git: Improve handling of aliases Date: Sat, 27 Jun 2020 08:12:14 +0200 X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200626170003.49d91fff@tarpaulin.shahaf.local2> References: <20200626170003.49d91fff@tarpaulin.shahaf.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External Hi Daniel, I believe I addressed everything in the following patchset up until the last part of what to do with shell aliases. Since that would be a new functionality anyway I've decided to keep it out for now (I will reply to that separately). I've split this up as you wanted (I hope), please feel free to amend commit messages as you see fit. Thanks Miroslav Ko=C5=A1k=C3=A1r (4): _git: Remove hanging whitespaces _git: Fix insufficiently quoted pattern _git: Fix handling of aliases _git: Don't shadow global aliases Completion/Unix/Command/_git | 73 +++++++++++++++--------------------- 1 file changed, 31 insertions(+), 42 deletions(-) --=20 2.27.0