summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2017-04-18 09:29:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-04-19 03:37:07 (GMT)
commit9f79524a6af0527e380742ee103ca4fbcd440b42 (patch)
treeaa982dea54d57d5f1485ed3d58eb435b0e8b38da /Documentation/git-rebase.txt
parent0fb3c4fc9a20cc3d7869d46bb8a774e4038fc62c (diff)
downloadgit-9f79524a6af0527e380742ee103ca4fbcd440b42.zip
git-9f79524a6af0527e380742ee103ca4fbcd440b42.tar.gz
git-9f79524a6af0527e380742ee103ca4fbcd440b42.tar.bz2
rebase: pass --[no-]signoff option to git am
This makes it easy to sign off a whole patchset before submission. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r--Documentation/git-rebase.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index de222c8..76ee472 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -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