2025-07-24 22:27:13 -06:00
|
|
|
# jj show
|
|
|
|
|
|
|
|
|
|
> Show commit description and changes in a revision.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-show>.
|
2025-07-24 22:27:13 -06:00
|
|
|
|
|
|
|
|
- Show commit description and changes in a revision:
|
|
|
|
|
|
|
|
|
|
`jj show {{revset}}`
|
|
|
|
|
|
|
|
|
|
- Show a summary of changes in a revision:
|
|
|
|
|
|
|
|
|
|
`jj show {{[-s|--summary]}} {{revset}}`
|
|
|
|
|
|
|
|
|
|
- Show a histogram of changes in a revision:
|
|
|
|
|
|
|
|
|
|
`jj show --stat {{revset}}`
|