jj: Change oneline and summary log template
Summary logs are changed to a little nicer presentation (from --summary to 'builtin_log_compact_full_description' template). Oneline logs have a changed order. Keep the revID as first thing, but then show bookmarks/tags/head and descriptions. Only afterwards show email, timesatmp, commitID since I am less interested in them generally when viewing oneline commits (to get an overview of the last changes and my current position).
This commit is contained in:
parent
2627055e7c
commit
749cedb162
3 changed files with 35 additions and 102 deletions
|
|
@ -51,8 +51,8 @@ alias jab="jj abandon"
|
|||
alias J="jj log -r 'all()'" # mirror default command being log
|
||||
alias jl="jj log -T builtin_log_oneline"
|
||||
alias JL="jj log -T builtin_log_oneline -r 'all()'"
|
||||
alias jlo="jj log --summary"
|
||||
alias JLO="jj log --summary -r 'all()'"
|
||||
alias jlo="jj log --summary -T builtin_log_compact_full_description"
|
||||
alias JLO="jj log --summary -T builtin_log_compact_full_description -r 'all()'"
|
||||
alias jloo="jj log --patch"
|
||||
alias JLOO="jj log --patch -r 'all()'"
|
||||
alias jol="jj op log"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue