about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-06-10 17:36:48 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-06-13 08:53:17 +0000
commitaa160fc8e962c2f6df62c62d67e366644457966c (patch)
treea1bbe4e0c0c275c5f19f9bd99afa44cf708b892d /ChangeLog
parentec7088296beeb8599120486ebfd3040377e3575d (diff)
downloadzsh-aa160fc8e962c2f6df62c62d67e366644457966c.tar.gz
zsh-aa160fc8e962c2f6df62c62d67e366644457966c.tar.xz
zsh-aa160fc8e962c2f6df62c62d67e366644457966c.zip
38651: _git: Escape parameter arguments to _call_program.
Fixes 'git cat-file blob HEAD^:<TAB>' and a few other cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fffa8cedd..b31543b4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-06-13  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 38651: Completion/Unix/Command/_git: Escape parameter arguments
+	to _call_program.
+
 	* 38665: Completion/Unix/Command/_git: config option completion:
 	Quote properly.