From 9b63eabacce959b061153d19548f6f1539a7edc1 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sat, 3 Feb 2018 14:39:23 +0100 Subject: [PATCH] Update gitconfig. --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 6572f64..2b788d0 100644 --- a/gitconfig +++ b/gitconfig @@ -12,4 +12,4 @@ followTags = true [alias] - lod = log --all --decorate --online --graph + lod = log --all --decorate --oneline --graph