Skip to content
Snippets Groups Projects
Commit df20b622 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'nd/completion-aliasfiletype-typofix'

Typofix.

* nd/completion-aliasfiletype-typofix:
  completion: fix misspelled config key aliasesfiletype
parents 1e174fdb 92c4a7a1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2177,7 +2177,7 @@ _git_config ()
__gitcomp "$__git_log_date_formats"
return
;;
sendemail.aliasesfiletype)
sendemail.aliasfiletype)
__gitcomp "mutt mailrc pine elm gnus"
return
;;
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