diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-02-28 11:10:33 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-02-28 11:10:33 +0100 |
commit | 055b9337d202cc81a835e2aa9e20bf4dbfa120ff (patch) | |
tree | 8c3d65d1ab0de89826557c77453d15cb52f29f43 /.gitconfig | |
parent | a0fc22f7f67fe7b71e4bb8650e3d7bafd79635a1 (diff) | |
download | dotfiles-055b9337d202cc81a835e2aa9e20bf4dbfa120ff.tar.gz dotfiles-055b9337d202cc81a835e2aa9e20bf4dbfa120ff.tar.xz |
gitconfig: add sp
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ c = cherry -v b = branch -vv sup = log --all --graph --pretty=format:'%Cblue%h%C(yellow)%d %Creset%s %Cgreen(%cr) %Cred%an%+b' + sp = show --stat -p [merge] tool = vimdiff [push] |