mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-08 03:24:24 -05:00
Merge branch 'nd/completion-aliasfiletype-typofix'
Typofix. * nd/completion-aliasfiletype-typofix: completion: fix misspelled config key aliasesfiletype
This commit is contained in:
@@ -2177,7 +2177,7 @@ _git_config ()
|
||||
__gitcomp "$__git_log_date_formats"
|
||||
return
|
||||
;;
|
||||
sendemail.aliasesfiletype)
|
||||
sendemail.aliasfiletype)
|
||||
__gitcomp "mutt mailrc pine elm gnus"
|
||||
return
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user