Skip to content
Snippets Groups Projects
Commit 2e157d13 authored by SZEDER Gábor's avatar SZEDER Gábor Committed by Junio C Hamano
Browse files

RelNotes 2.18: minor fix to entry about dynamically loading completions


It was not "newer versions of bash" but newer versions of
bash-completion that made commit 085e2ee0 (completion: load
completion file for external subcommand, 2018-04-29) both necessary
and possible.

Update the corresponding RelNotes entry accordingly.

Signed-off-by: default avatarSZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent 68372c88
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -104,7 +104,7 @@ UI, Workflows & Features
* The command line completion mechanism (in contrib/) learned to load
custom completion file for "git $command" where $command is a
custom "git-$command" that the end user has on the $PATH when using
newer version of bash.
newer version of bash-completion.
 
* "git send-email" can sometimes offer confirmation dialog "Send this
email?" with choices 'Yes', 'No', 'Quit', and 'All'. A new action
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment