From 980db50c86b0ced5ce9e690f05d35145f1498a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 12 Apr 2016 19:39:27 +0200 Subject: [PATCH] git: Always use files relative to root of repo. --- git/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index b6890e4..40edc1a 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -54,3 +54,5 @@ commitBeforeMerge = false [commit] gpgSign = true +[status] + relativePaths = false