From: Colin McCabe Date: Tue, 14 Feb 2012 16:09:18 +0000 (-0800) Subject: .gitconfig: remove identity X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15dbf2101206f88b80a3791207895990fa6c0ab9;p=cmccabe-etc .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 --- 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