diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-10-21 13:09:03 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-10-21 13:09:03 +0200 |
commit | e9bd13f97fb5eb35864237338953c5f54da3f13a (patch) | |
tree | 6527c9add7e53f506f1b949cfc273b206cabaf58 /.gitconfig | |
parent | a2baeef882c8eab978abe4d60bce12c413263f9f (diff) | |
download | dotfiles-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-- | .gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |