gitconfig: Added UTF-8 option for git-send-mail

This commit is contained in:
Tobias Schmidl 2021-11-25 11:54:43 +01:00
parent e91feda38e
commit f65d3a7ac8

View file

@ -51,3 +51,5 @@
addAuthorFrom = true addAuthorFrom = true
[alias] [alias]
trash = !git ls-files --others --directory --exclude-standard | xargs trash-put -v trash = !git ls-files --others --directory --exclude-standard | xargs trash-put -v
[sendemail]
transferEncoding = 8bit