From e9bd13f97fb5eb35864237338953c5f54da3f13a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 21 Oct 2013 13:09:03 +0200 Subject: gitconfig: remove --graph Signed-off-by: Florian Pritz --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitconfig') 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 -- cgit v1.2.3-24-g4f1b