diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2011-07-27 11:24:57 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2011-07-27 11:24:57 +0200 |
commit | 3423f00faedbdb3d3c5131f865eb361476916f52 (patch) | |
tree | ee5893ed012617d21552d3cb77d9971d866714c7 /.gitconfig | |
parent | d7eb7f62e35df8d07d36046aac09a34dab49946d (diff) |
Print line number on grep, add myself to bcc instead of cc on send-email
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,5 +31,10 @@ [merge] tool = vimdiff +[grep] + lineNumber = true + [sendemail] smtpserver = smtp.zhaw.ch + suppresscc = self + bcc = Tobias Klauser <tklauser@distanz.ch> |