From 388a2c058e709513291af68ec9511cd6afaadb62 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 18 Jul 2017 20:00:20 +0200 Subject: [PATCH] Over-simplified /root/.gitconfig --- evolinux-base/files/root/gitconfig | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/evolinux-base/files/root/gitconfig b/evolinux-base/files/root/gitconfig index 06e6b2a8..126f6f7f 100644 --- a/evolinux-base/files/root/gitconfig +++ b/evolinux-base/files/root/gitconfig @@ -1,22 +1,4 @@ -[core] - filemode = true - bare = false [color] - branch = auto - status = auto - diff = auto - interactive = auto - decorate = auto - grep = auto ui = true -[apply] - whitespace = nowarn [alias] - a = add - aa = add -A . - c = commit -v - ca = commit -v -a - d = diff --ignore-space-change --patience --no-prefix - dw = diff --word-diff lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative - s = status -s -b