rebase: pass --[no-]signoff option to git am
[gitweb.git] / Documentation / git-rebase.txt
index de222c81af98c96678841f258342fe2cc3c426a8..76ee47218f2e365a1b0001a64c23d16a2c31ae04 100644 (file)
@@ -365,6 +365,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