From b3c10d50d50fa6709181cbb6308fd368b161103f Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Tue, 27 Nov 2012 18:11:07 +0400 Subject: [PATCH] Git: Remove shit + add comment about required Git version. --- tilde/gitconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tilde/gitconfig b/tilde/gitconfig index 5ded9f0..a54557c 100644 --- a/tilde/gitconfig +++ b/tilde/gitconfig @@ -47,13 +47,10 @@ insteadOf = "gist:" # Include local settings +# Requires Git 1.7.10 # Example: # [user] # name = Artem Sapegin # email = artem@sapegin.ru [include] path = ~/.gitlocal - -[user] - name = Artem Sapegin - email = artem@sapegin.ru