From c9d54409a684eb518506dee268a6eb049a4a5690 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 3 Feb 2023 12:54:45 +0100 Subject: Remove automatic --all flag from git logs --- tw/home/files/gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tw/home/files/gitconfig b/tw/home/files/gitconfig index 1f6c49f1..3ac60fb4 100644 --- a/tw/home/files/gitconfig +++ b/tw/home/files/gitconfig @@ -24,8 +24,8 @@ rebase = false ff = only [alias] - glog = log --decorate --graph --all --oneline - plog = log --decorate --graph --all --oneline --pretty=tformat:\"%C(yellow)%h %Cgreen%as %Cblue%<(10,trunc)%an%Cred%d%Creset %s\" + glog = log --decorate --graph --oneline + plog = log --decorate --graph --oneline --pretty=tformat:\"%C(yellow)%h %Cgreen%as %Cblue%<(10,trunc)%an%Cred%d%Creset %s\" [init] defaultBranch = master [advice] -- cgit v1.2.3