summaryrefslogtreecommitdiffstats
path: root/git-rebase.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-09 14:30:37 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-09 14:30:37 -0700
commit096c5cff77f1dde2163fba14ace86e4d27ae4210 (patch)
tree79b09a917178f74d45781482b6707d5ad9be6d93 /git-rebase.txt
parenta89117826695bd15a06ab893f088622d58d49b0f (diff)
downloadgit-htmldocs-096c5cff77f1dde2163fba14ace86e4d27ae4210.tar.gz
Autogenerated HTML docs for v2.28.0-rc0
Diffstat (limited to 'git-rebase.txt')
-rw-r--r--git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-rebase.txt b/git-rebase.txt
index 4624cfd28..374d2486f 100644
--- a/git-rebase.txt
+++ b/git-rebase.txt
@@ -259,7 +259,7 @@ See also INCOMPATIBLE OPTIONS below.
unchanged as a result. If a temporary stash entry was created
using --autostash, it will be saved to the stash list.
---apply:
+--apply::
Use applying strategies to rebase (calling `git-am`
internally). This option may become a no-op in the future
once the merge backend handles everything the apply one does.