diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-05-23 14:38:24 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-05-23 14:38:24 +0900 |
| commit | df20b622fa36de8a65e701e094882a274b452c6a (patch) | |
| tree | 0324333823663c26e38a4663d7d7b2d7065fb90e | |
| parent | Merge branch 'em/status-rename-config' (diff) | |
| parent | completion: fix misspelled config key aliasesfiletype (diff) | |
| download | git-df20b622fa36de8a65e701e094882a274b452c6a.tar.gz git-df20b622fa36de8a65e701e094882a274b452c6a.zip | |
Merge branch 'nd/completion-aliasfiletype-typofix'
Typofix.
* nd/completion-aliasfiletype-typofix:
completion: fix misspelled config key aliasesfiletype
| -rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 52ece3a6cf..f2f331120b 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -2177,7 +2177,7 @@ _git_config () __gitcomp "$__git_log_date_formats" return ;; - sendemail.aliasesfiletype) + sendemail.aliasfiletype) __gitcomp "mutt mailrc pine elm gnus" return ;; |
