legacy-dotfiles/.gitconfig
Tom Willemsen a481eb6568 GIT & XDEFAULTS: email adress, merge tool, colors
Git:
email address has been changed and the merge tool has been set to
emerge (as trial).

Xdefaults:
Changed the colors.
2011-12-03 16:27:53 +01:00

19 lines
465 B
INI

[user]
name = Tom Willemsen
email = tom@ryuslash.org
[core]
editor = emacs -nw
[color]
ui = auto
[alias]
st = status -s
unadd = reset HEAD
lschanged = diff --name-only
history = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = ryuslash@gmail.com
smtpserverport = 587
[merge]
tool = emerge