summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-10-21 13:09:03 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-10-21 13:09:03 +0200
commite9bd13f97fb5eb35864237338953c5f54da3f13a (patch)
tree6527c9add7e53f506f1b949cfc273b206cabaf58 /.gitconfig
parenta2baeef882c8eab978abe4d60bce12c413263f9f (diff)
downloaddotfiles-e9bd13f97fb5eb35864237338953c5f54da3f13a.tar.gz
dotfiles-e9bd13f97fb5eb35864237338953c5f54da3f13a.tar.xz
gitconfig: remove --graph
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitconfig')
-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