about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-26 18:06:42 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-28 13:01:09 +0000
commita4b4a3a7c7d9c94c1b19cab285f0a333761a3416 (patch)
treed80233f962a9b70dfac76844f6b377d2e6260321 /ChangeLog
parent17764224381663132657ded58bbded7579a60b39 (diff)
downloadzsh-a4b4a3a7c7d9c94c1b19cab285f0a333761a3416.tar.gz
zsh-a4b4a3a7c7d9c94c1b19cab285f0a333761a3416.tar.xz
zsh-a4b4a3a7c7d9c94c1b19cab285f0a333761a3416.zip
46131: _git-config: Partly fix a bug whereby a 'foo.ba<TAB>' wouldn't be completed to 'foo.bar.baz'.
Now it properly gets completed, but in the case of gpg.openpgp.program,
the description would be shown as "unknown option name", that being the
description of gpg.*.program via `git help -c`, which shadows the
more description of gpg.openpgp.program in $git_options.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5773aaa7..1da0d92bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2020-06-28  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 46131: Completion/Unix/Command/_git: _git-config: Partly
+	fix a bug whereby a 'foo.ba<TAB>' wouldn't be completed to
+	'foo.bar.baz'.
+
 	* 46128: Completion/Unix/Command/_git: Complete more options
 	and diff/merge tools.