summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 5eeb8aa..425f6a8 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -5,7 +5,7 @@
[alias]
co = checkout
s = status
- l = log --graph --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short --decorate=short
+ l = log --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short --decorate=short
m = commit -vs
ap = add -pi
cp = cherry-pick
@@ -14,7 +14,7 @@
am = am -s
c = cherry -v
b = branch -vv
- sup = log --all --graph --pretty=format:'%Cblue%h%C(yellow)%d %Creset%s %Cgreen(%cr) %Cred%an%+b'
+ sup = log --all --pretty=format:'%Cblue%h%C(yellow)%d %Creset%s %Cgreen(%cr) %Cred%an%+b'
sp = show --stat -p
mff = merge
refl = reflog --date=relative