LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-describe

updates the description of a change

TLDR

Describe current change
$ jj describe -m "[message]"
copy
Describe specific revision
$ jj describe -r [rev] -m "[message]"
copy
Open editor for description
$ jj describe
copy
Clear description
$ jj describe -m ""
copy
Describe with stdin
$ echo "[message]" | jj describe --stdin
copy

SYNOPSIS

jj describe [options]

DESCRIPTION

jj describe updates the description of a change. It sets or modifies the commit message equivalent.The command opens an editor by default or accepts inline messages. Descriptions can be updated at any time.

PARAMETERS

-m, --message MESSAGE

Set the description without opening an editor. May be passed multiple times.
-r REV
Revision(s) to describe. Defaults to `@` (the current change).
--stdin
Read the description from standard input.
--edit
Force opening the editor even when a message is supplied.
--no-edit
Don't open the editor; keep the current description when no other input is provided.
--reset-author
Reset the change's author to the configured user (newer jj versions).
--author NAMEEMAIL_
Override the author (newer jj versions).
--help
Display help information.

INSTALL

sudo pacman -S jujutsu
copy
sudo apk add jujutsu
copy
sudo zypper install jujutsu
copy
brew install jujutsu
copy
nix profile install nixpkgs#jujutsu
copy

CAVEATS

Subcommand of jj. Descriptions can be changed anytime. Empty description allowed.

HISTORY

jj describe is part of Jujutsu, enabling flexible change descriptions that can be modified throughout development.

SEE ALSO

jj(1), jj-new(1), jj-log(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid