about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-07-29 17:00:08 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-08-01 08:01:27 +0000
commitfaa163cd5fe9c578e3ed35bd5b10e56b7b357ba7 (patch)
treee56779b91b655741cd39ea2bedd46d15d8d01fbb /ChangeLog
parentb056d8c909a4cf57c45bf9cb9767c90b23369070 (diff)
downloadzsh-faa163cd5fe9c578e3ed35bd5b10e56b7b357ba7.tar.gz
zsh-faa163cd5fe9c578e3ed35bd5b10e56b7b357ba7.tar.xz
zsh-faa163cd5fe9c578e3ed35bd5b10e56b7b357ba7.zip
38964: _git-config: Complete option names present in the config file.
This patch lets
.
    git config x.y.z value
    git config <TAB>
.
complete 'x.y.z', even if x.y.z isn't hardcoded into _git-config.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b9dcaa0d..7752ce68b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-08-01  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 38964: Completion/Unix/Command/_git: _git-config: Complete
+	option names present in the config file.
+
 	* 38963: Completion/Unix/Command/_git: _git-config: Run
 	gettable-options earlier and in all codepaths.