Differentiate `git his` and `git lg` aliases

Previously lg was just an alias for his, now his is the bare
pretty format, and lg includes the graph and decorations.
This commit is contained in:
Gwen Lofman 2017-11-19 21:53:39 -09:00
parent 08a033e267
commit 5b703de619
1 changed files with 5 additions and 5 deletions

View File

@ -36,15 +36,15 @@
pu = pull
# logging commands
his = log --pretty=\"%C(auto)[%h:%ad] %s%d \" --graph --date=short --decorate
his = log --pretty=\"%C(auto)[%h:%ad] %s%d \" --date=short
lgl = log --pretty=\"%C(auto)[%h:%ad] %an %d%n%s%n%w(72,4,4)%b\" --date=short --graph --decorate
lg = !git his
lg = !git his --decorate --graph
lgs = !git his -5
lst = !git his --stat
lpa = !git his -p
lst = !git lg --stat
lpa = !git lg -p
last = !git lgl -1 --patch
lgh = !git lgl -1 --stat
lgt = !git his --all --simplify-by-decoration
lgt = !git lg --all --simplify-by-decoration
sl = !git lgs && git st
# file logging commands