diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2021-04-16 22:19:39 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-04-16 13:40:52 -0700 |
commit | 76655e8a28d35c7243fa8f138c90a123aa32357f (patch) | |
tree | 0c1f6d2b7c13c5195ec4bc8728656e4c1394105c /Documentation/RelNotes | |
parent | completion: audit and guard $GIT_* against unset use (diff) | |
download | tgif-76655e8a28d35c7243fa8f138c90a123aa32357f.tar.xz |
completion: avoid aliased command lookup error in nounset mode
Aliased command lookup accesses the `list` variable before it has been
set, causing an error in "nounset" mode. Initialize to an empty string
to avoid that.
$ git nonexistent-command <Tab>bash: list: unbound variable
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
0 files changed, 0 insertions, 0 deletions