summaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home')
-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]