mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-15 16:53:25 +00:00
cli: add short form -c
for jj git push --change
I use `--change` a lot and somehow still didn't think to add a short form until @ilyagr (?) mentioned it somewhere recently.
This commit is contained in:
parent
b6c65c12ac
commit
24e754b979
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ pub struct GitPushArgs {
|
||||||
revisions: Vec<RevisionArg>,
|
revisions: Vec<RevisionArg>,
|
||||||
/// Push this commit by creating a branch based on its change ID (can be
|
/// Push this commit by creating a branch based on its change ID (can be
|
||||||
/// repeated)
|
/// repeated)
|
||||||
#[arg(long)]
|
#[arg(long, short)]
|
||||||
change: Vec<RevisionArg>,
|
change: Vec<RevisionArg>,
|
||||||
/// Only display what will change on the remote
|
/// Only display what will change on the remote
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
|
|
Loading…
Reference in a new issue