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 085e2ee0e6 (completion: load completion file for external subcommand, 2018-04-29) both necessary and possible. Update the corresponding RelNotes entry accordingly. Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

SZEDER Gábor committed Jun 18, 2018 at 12:46 UTC 2e157d134c5aa88185b3c9af80ff96453ac38e5e
1 file changed +1 -1
Documentation/RelNotes/2.18.0.txt
+1 -1
@@ -104,7 +104,7 @@ UI, Workflows & Features
104 * The command line completion mechanism (in contrib/) learned to load
105 custom completion file for "git $command" where $command is a
106 custom "git-$command" that the end user has on the $PATH when using
107 - newer version of bash.
107 + newer version of bash-completion.
108
109 * "git send-email" can sometimes offer confirmation dialog "Send this
110 email?" with choices 'Yes', 'No', 'Quit', and 'All'. A new action