aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-02-03 12:54:45 +0100
committerTimo Wilken2023-02-03 12:54:45 +0100
commitc9d54409a684eb518506dee268a6eb049a4a5690 (patch)
treee3167f6b4bd4818afd9f08e9e6f707fe0864406f
parente41c3358a7fc1bd1d42a450ca54b9e9f3f5bbf4a (diff)
Remove automatic --all flag from git logs
-rw-r--r--tw/home/files/gitconfig4
1 files 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]