Showing full commit message #4364
Answered
by
martinvonz
peredwardsson
asked this question in
Q&A
-
Is there a way to show the full commit message? I can't for the life of me find a good flag to show them in |
Beta Was this translation helpful? Give feedback.
Answered by
martinvonz
Aug 30, 2024
Replies: 1 comment 1 reply
-
A few options:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
peredwardsson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few options:
jj show
will include the full commit messagebuiltin_log_detailed
template: e.g.jj log -r main -T builtin_log_detailed
jj log --no-graph -r main -T description
. See https://martinvonz.github.io/jj/latest/templates/ for information about what else you can pass to-T