From d2ac663cdda22556572ecbbcd7346d3663960bf5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 7 Apr 2016 10:05:11 -0400 Subject: Add git config override include --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config index ee708f4c..207e483e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -7,3 +7,5 @@ autosquash = true [pretty] log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an> +[include] + path = ./override -- cgit 1.4.1