summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-09-10 23:30:52 +0100
committerJunio C Hamano <gitster@pobox.com>2015-09-10 17:42:04 -0700
commit82e0668cde032379095b0581609c73646e9eb92a (patch)
treecb27a5140a953e1c91c05bda75e306be7fa32bd1
parent619e3604288ab54c3694e99746661caf0f2df961 (diff)
downloadgit-jk/rebase-no-autostash.tar.gz
Documentation/git-rebase: fix --no-autostash formattingjk/rebase-no-autostash
All of the other "--option" and "--no-option" pairs in this file are formatted as separate options. Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-rebase.txt3
1 files changed, 2 insertions, 1 deletions
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