diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-03-29 11:42:58 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-03-29 11:42:58 +0200 |
commit | 6898becdeb56f90e25b87e0599b7fe12ab1d6bc1 (patch) | |
tree | 51fc7ce94c6fa305464a7988ffc2f95de3fc1432 /.gitconfig | |
parent | a99735e0e1d937985023ecef93e0afd02e8423ef (diff) |
Add push merge and sendemail config, update gitk.
Both from fermion. Still need to find a way to get a machine specific
config.
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -23,3 +23,12 @@ [color "diff"] whitespace = red reverse + +[push] + default = matching + +[merge] + tool = vimdiff + +[sendemail] + smtpserver = smtp.zhaw.ch |