Make 'git history' alias backward compatible.

This commit is contained in:
Scott Wallace 2015-09-29 20:21:08 +01:00
parent 56e206ab74
commit 10d8d833bd

View file

@ -16,7 +16,7 @@
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
lg = !"git lg1"
lgd = log -p --decorate
history = log --oneline --abbrev-commit --all --graph --decorate
history = log --pretty=oneline --abbrev-commit --all --graph --decorate
tidy = remote prune origin
st = status
ci = commit