about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-05-08 17:13:12 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-05-08 17:13:12 +0100
commitfa441fa20e6d7d93e613f339d0c67ba8b0ab09c4 (patch)
tree0f1bc45a082dedcc079f30e3ce9bc6460032e87f /ChangeLog
parentc8ceb66ba3b0978762e52715f1f59918ae58e153 (diff)
downloadzsh-fa441fa20e6d7d93e613f339d0c67ba8b0ab09c4.tar.gz
zsh-fa441fa20e6d7d93e613f339d0c67ba8b0ab09c4.tar.xz
zsh-fa441fa20e6d7d93e613f339d0c67ba8b0ab09c4.zip
42752: enhance git external alias completion
If alias expands to !cmd-name, complete as a normal command
line after cmd-name.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7449386e1..325638c30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-05-08  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 42752: Completion/Unx/Command/_git: better completion
+	handling for git aliases expanding to external command.
+
 	* 42751: Src/Zle/zle_main.c: Protect shell status around
 	time function execution in line editor.