From bd85fd44ec1a5a73ec13de53c75c8fcfaf9bf480 Mon Sep 17 00:00:00 2001 From: Colin P. Mccabe Date: Fri, 24 Mar 2017 13:43:13 -0700 Subject: [PATCH] .gitconfig: add ignorecase=false and apache email --- .gitconfig | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitconfig b/.gitconfig index 6a1d62a..5cd4441 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,6 +2,7 @@ editor = vim pager = less -FRX autocrlf = false + ignorecase = false [color] branch = auto status = auto @@ -32,3 +33,6 @@ tool = vimdiff [branch] autosetuprebase = always +[user] + email = colin@apache.org + name = Colin P. McCabe -- 1.6.6.rc1.39.g9a42