diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-01-02 17:47:33 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-01-02 17:47:33 +0100 |
commit | a99735e0e1d937985023ecef93e0afd02e8423ef (patch) | |
tree | 16abebc0e37848354a3e3b14398777015cbb4c18 /.gitconfig | |
parent | e388ff4f87d2f37c7b48072fc72310cb83154b52 (diff) |
Add signingkey, reorder
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,10 @@ [user] name = Tobias Klauser email = tklauser@distanz.ch + signingkey = B5510F47 + +[core] + whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol [alias] co = checkout @@ -16,7 +20,6 @@ diff = auto branch = auto status = auto + [color "diff"] whitespace = red reverse -[core] - whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol |