Skip to content

Commit 82e0668

Browse files
johnkeepinggitster
authored andcommitted
Documentation/git-rebase: fix --no-autostash formatting
All of the other "--option" and "--no-option" pairs in this file are formatted as separate options. Signed-off-by: John Keeping <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 619e360 commit 82e0668

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-rebase.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ If the '--autosquash' option is enabled by default using the
417417
configuration variable `rebase.autosquash`, this option can be
418418
used to override and disable this setting.
419419

420-
--[no-]autostash::
420+
--autostash::
421+
--no-autostash::
421422
Automatically create a temporary stash before the operation
422423
begins, and apply it after the operation ends. This means
423424
that you can run rebase on a dirty worktree. However, use

0 commit comments

Comments
 (0)