diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2017-04-18 11:29:05 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-18 20:37:07 -0700 |
commit | 9f79524a6af0527e380742ee103ca4fbcd440b42 (patch) | |
tree | aa982dea54d57d5f1485ed3d58eb435b0e8b38da /Documentation/git-rebase.txt | |
parent | 0fb3c4fc9a20cc3d7869d46bb8a774e4038fc62c (diff) | |
download | git-9f79524a6af0527e380742ee103ca4fbcd440b42.tar.gz |
rebase: pass --[no-]signoff option to git amgb/rebase-signoff
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.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index de222c81af..76ee47218f 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 |