gitconfig: Added UTF-8 option for git-send-mail
This commit is contained in:
parent
e91feda38e
commit
f65d3a7ac8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue