Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 0/4] _git: Improve handling of aliases
- X-seq: zsh-workers 46138
- From: Miroslav Koškár <mk@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 0/4] _git: Improve handling of aliases
- Date: Sat, 27 Jun 2020 08:12:14 +0200
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=mkoskar.com; spf=pass smtp.mailfrom=mk@xxxxxxxxxxx; dmarc=pass header.from=<mk@xxxxxxxxxxx> header.from=<mk@xxxxxxxxxxx>
- 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-seal: i=1; a=rsa-sha256; t=1593238381; cv=none; d=zohomail.com; s=zohoarc; b=kf72xnlD5tHPXIHytwmhyN0oddKdqhYCxZaucrb3CdRQs42EO3TE/HCe+17Xa/IvE/LLxTSY1NOjNt8l23tSzA6/MB2sk8T3+Af7PvwwCOT5GmnqE8obDQGHmPqRVr9B5Nr8wLZX8iKalFW+KCIqIMtrAh3UIeF8acVo3AEAXSI=
- Cc: d.s@xxxxxxxxxxxxxxxxxx
- In-reply-to: <20200626170003.49d91fff@tarpaulin.shahaf.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20200626170003.49d91fff@tarpaulin.shahaf.local2>
- Sender: zsh-workers@xxxxxxx
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škár (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(-)
--
2.27.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author