From bfab7262fdc40f0d8825df6c0aa6e1972f07bfb9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 11 Aug 2012 15:56:56 +0200 Subject: misc changes Signed-off-by: Florian Pritz --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 5efdc97..0006b57 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,7 +5,7 @@ [alias] co = checkout s = status - l = !"PAGER=less git log --graph --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short" + l = !"PAGER=less git log --graph --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 -- cgit v1.2.3-24-g4f1b