From: John Keeping Date: Thu, 10 Sep 2015 22:30:52 +0000 (+0100) Subject: Documentation/git-rebase: fix --no-autostash formatting X-Git-Tag: v2.6.4~5^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/82e0668cde032379095b0581609c73646e9eb92a?ds=inline;hp=--cc 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 Signed-off-by: Junio C Hamano --- 82e0668cde032379095b0581609c73646e9eb92a diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 924827dc2e..73cba04887 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -417,7 +417,8 @@ If the '--autosquash' option is enabled by default using the configuration variable `rebase.autosquash`, this option can be used to override and disable this setting. ---[no-]autostash:: +--autostash:: +--no-autostash:: Automatically create a temporary stash before the operation begins, and apply it after the operation ends. This means that you can run rebase on a dirty worktree. However, use