summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2020-05-26 19:13:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-05-28 16:15:18 (GMT)
commita44a0a9fc4353ff4ccd4b2308db2844d7f4185f9 (patch)
tree325bc33d2fdc9030f5c93e79a0d4733fff450ed6 /Makefile
parent2d5e9f31ac46017895ce6a183467037d29ceb9d3 (diff)
downloadgit-a44a0a9fc4353ff4ccd4b2308db2844d7f4185f9.zip
git-a44a0a9fc4353ff4ccd4b2308db2844d7f4185f9.tar.gz
git-a44a0a9fc4353ff4ccd4b2308db2844d7f4185f9.tar.bz2
completion: use native ZSH array pattern matching
When clearing the builtin operations on re-sourcing in the ZSH case we can use the native ${parameters} associative array keys values to get the currently `__gitcomp_builtin_*` operations using pattern matching instead of using sed. As also stated in commit 94408dc7, introducing this change the usage of sed has some overhead implications, while ZSH can do this check just using its native syntax. Signed-off-by: Marco Trevisan (Treviño) <mail@3v1n0.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions