summaryrefslogtreecommitdiffstats
path: root/git-rebase.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-04-26 19:21:51 -0700
committerJunio C Hamano <gitster@pobox.com>2017-04-26 19:21:51 -0700
commitbeca34013bc0864f462092d897371034e5e76810 (patch)
tree4caf7e3a0c5c71fda031f7dad119560744a714ae /git-rebase.txt
parente25cc817fa321686ae71fda302e172bf9ca8f04a (diff)
downloadgit-htmldocs-beca34013bc0864f462092d897371034e5e76810.tar.gz
Autogenerated HTML docs for v2.13.0-rc1
Diffstat (limited to 'git-rebase.txt')
-rw-r--r--git-rebase.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-rebase.txt b/git-rebase.txt
index 67d48e688..53f4e1444 100644
--- a/git-rebase.txt
+++ b/git-rebase.txt
@@ -370,6 +370,11 @@ default is `--no-fork-point`, otherwise the default is `--fork-point`.
of the rebased commits (see linkgit:git-am[1]).
Incompatible with the --interactive option.
+--signoff::
+ This flag is passed to 'git am' to sign off all the rebased
+ commits (see linkgit:git-am[1]). Incompatible with the
+ --interactive option.
+
-i::
--interactive::
Make a list of the commits which are about to be rebased. Let the