Skip to content

Commit 92c4a7a

Browse files
pcloudsgitster
authored andcommitted
completion: fix misspelled config key aliasesfiletype
The correct name in git-send-email.perl is aliasfiletype [1]. There are actually two instances of this misspelling. The other was found and fixed in 6068ac8 (completion: add missing configuration variables - 2010-12-20) [1] 994d6c6 (send-email: address expansion for common mailers - 2006-05-14) Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 468165c commit 92c4a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2177,7 +2177,7 @@ _git_config ()
21772177
__gitcomp "$__git_log_date_formats"
21782178
return
21792179
;;
2180-
sendemail.aliasesfiletype)
2180+
sendemail.aliasfiletype)
21812181
__gitcomp "mutt mailrc pine elm gnus"
21822182
return
21832183
;;

0 commit comments

Comments
 (0)