Change default git email
parent
b3dd90d6dc
commit
8b77e12bea
|
@ -265,8 +265,8 @@ reply-to-self=true
|
||||||
# subject which contains "text". Use header,~regex to match against a regex.
|
# subject which contains "text". Use header,~regex to match against a regex.
|
||||||
#subject,~^\[PATCH=colordiff
|
#subject,~^\[PATCH=colordiff
|
||||||
text/plain=sed 's/^>\+.*/\x1b[36m&\x1b[0m/'
|
text/plain=sed 's/^>\+.*/\x1b[36m&\x1b[0m/'
|
||||||
#text/html=pandoc -f html -t plain
|
text/html=pandoc -f html -t plain
|
||||||
#image/*=catimg -w $(tput cols) -
|
image/*=catimg -w $(tput cols) -
|
||||||
|
|
||||||
[triggers]
|
[triggers]
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
name = Ensar Sarajčić
|
name = Ensar Sarajčić
|
||||||
email = es.ensar@gmail.com
|
email = dev@ensarsarajcic.com
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
||||||
|
|
Loading…
Reference in New Issue