From a99735e0e1d937985023ecef93e0afd02e8423ef Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 2 Jan 2010 17:47:33 +0100 Subject: Add signingkey, reorder --- .gitconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 7ef9ce8..4d99310 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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 -- cgit v1.2.3-54-g00ecf