Skip to content

Commit e65020f

Browse files
committed
Add more hints for active rebase to agit
1 parent 0b17b56 commit e65020f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/agit.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@ void cmd_push(void) {
448448
void cmd_rebase(void) {
449449
set("git", "rebase");
450450
hint("< --autosquash --interactive --onto --root --update-refs @{u} >",
451-
"< --abort --continue --quit --skip >");
451+
"< --abort --continue --quit --skip --edit-todo "
452+
"--show-current-patch >");
452453
if (add(list_branches)) {
453454
run(1);
454455
}

0 commit comments

Comments
 (0)