From 15dbf2101206f88b80a3791207895990fa6c0ab9 Mon Sep 17 00:00:00 2001 From: Colin McCabe Date: Tue, 14 Feb 2012 08:09:18 -0800 Subject: [PATCH] .gitconfig: remove identity In the future, I'll set the identity on a repo-by-repo basis with git-identity.sh. Signed-off-by: Colin McCabe --- .gitconfig | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 2f29cae..4a51006 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,9 +1,6 @@ [core] editor = vim pager = less -FRX -[user] - name = Colin Patrick McCabe - email = cmccabe@alumni.cmu.edu [color] branch = auto status = auto -- 1.6.6.rc1.39.g9a42