Slightly smarter git log - decorate by default, and include signature info in the git-l graphlog

This commit is contained in:
Danielle McLean 2017-10-06 15:09:43 +11:00
parent be3758ff64
commit 1545df64a9
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5

View file

@ -11,10 +11,16 @@
[alias]
co = checkout
d = diff
l = log --graph --oneline --decorate --all
l = log --graph --pretty=graph --date=relative
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"
[log]
decorate = true
[pretty]
graph = tformat:%C(auto)%h %G? %s% gD% D
[url "git@github.com:"]
pushInsteadOf = https://github.com/