summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-08-11 15:56:56 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-08-11 15:56:56 +0200
commitbfab7262fdc40f0d8825df6c0aa6e1972f07bfb9 (patch)
tree4abdcdf370ad03660298ba1818bc6717caa01b0e /.gitconfig
parentafc3ccee807653b6b41db7b32115fe38b5968fad (diff)
downloaddotfiles-bfab7262fdc40f0d8825df6c0aa6e1972f07bfb9.tar.gz
dotfiles-bfab7262fdc40f0d8825df6c0aa6e1972f07bfb9.tar.xz
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 1 insertions, 1 deletions
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