From abff182cb4adedc01c636f0be07ac0cd305a56ae Mon Sep 17 00:00:00 2001 From: Hendrik Jäger Date: Tue, 8 Dec 2020 14:42:17 +0100 Subject: Show graph in log by default --- .config/git/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/git') diff --git a/.config/git/config b/.config/git/config index 589963f..8f19af0 100644 --- a/.config/git/config +++ b/.config/git/config @@ -103,7 +103,8 @@ gr = grep -Ii grep = grep -Ii - l = log + log = log --graph + l = log --graph la = log --graph --all lp = log --patch # tag logs -- cgit v1.2.3