Skip to content

Commit 2e157d1

Browse files
szedergitster
authored andcommitted
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 085e2ee (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 68372c8 commit 2e157d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/RelNotes/2.18.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ UI, Workflows & Features
104104
* The command line completion mechanism (in contrib/) learned to load
105105
custom completion file for "git $command" where $command is a
106106
custom "git-$command" that the end user has on the $PATH when using
107-
newer version of bash.
107+
newer version of bash-completion.
108108

109109
* "git send-email" can sometimes offer confirmation dialog "Send this
110110
email?" with choices 'Yes', 'No', 'Quit', and 'All'. A new action

0 commit comments

Comments
 (0)