Generate a commit message for a jj commit diff and apply it with `jj describe`. Defaults to the working copy (`@`); accepts a jj revision argument to target a specific commit.
Generate a concise commit message for a jj commit and apply it with jj describe.
Optionally accepts a single jj revision (revset) as an argument (e.g. @, @-, a change ID, or any valid revset resolving to one commit). If no argument is given, defaults to @ (the current working copy).
REV be the argument if provided, otherwise @.jj diff -r "$REV" to see the changes in that commit.jj log --limit 10jj describe -r "$REV" -m '<message>'.