From a4b4a3a7c7d9c94c1b19cab285f0a333761a3416 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 26 Jun 2020 18:06:42 +0000 Subject: 46131: _git-config: Partly fix a bug whereby a 'foo.ba' 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. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5773aaa7..1da0d92bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2020-06-28 Daniel Shahaf + * 46131: Completion/Unix/Command/_git: _git-config: Partly + fix a bug whereby a 'foo.ba' wouldn't be completed to + 'foo.bar.baz'. + * 46128: Completion/Unix/Command/_git: Complete more options and diff/merge tools. -- cgit 1.4.1