summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-11 09:59:14 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-18 02:11:05 +0000
commitdf8d219da3e660a5721f25615f2d6d55c96690dc (patch)
tree1c9bf988cbd98ef2f61791912a95b2ebaa83d1b8 /ChangeLog
parenta62e1640bcafbb82d86ea8d8ce057a83c4683d60 (diff)
downloadzsh-df8d219da3e660a5721f25615f2d6d55c96690dc.tar.gz
zsh-df8d219da3e660a5721f25615f2d6d55c96690dc.tar.xz
zsh-df8d219da3e660a5721f25615f2d6d55c96690dc.zip
39916 + 39930 + tweak: _git: Complete options and values for -c.
The "$@" in the option-names call is added in order to propagate the new (-S =) arguments.

This bifurcates _git-config() in order to provide completion for

    % git -c <TAB>
    % git -c foo=<TAB>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3dbffcc0..9415eefae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-18  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 39916 + 39930 + tweak: Completion/Unix/Command/_git: Complete
+	options and values for -c.
+
 2016-11-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 39958: Src/Zle/compctl.c, Src/builtin.c, Src/compat.c,