diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-06-10 17:36:48 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-06-13 08:53:17 +0000 |
commit | aa160fc8e962c2f6df62c62d67e366644457966c (patch) | |
tree | a1bbe4e0c0c275c5f19f9bd99afa44cf708b892d /ChangeLog | |
parent | ec7088296beeb8599120486ebfd3040377e3575d (diff) | |
download | zsh-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-- | ChangeLog | 3 |
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. |