diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-04-26 08:39:01 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-26 08:39:02 +0200 |
commit | 768c7cb710a970a522320f712f028f17eabc66ed (patch) | |
tree | da06e286e7c9af1770deddb554a93a7fcfce8935 /Documentation | |
parent | Getting ready for -rc1 (diff) | |
parent | rebase: pass --[no-]signoff option to git am (diff) | |
download | git-768c7cb710a970a522320f712f028f17eabc66ed.tar.xz git-768c7cb710a970a522320f712f028f17eabc66ed.zip |
Merge branch 'gb/rebase-signoff'
"git rebase" learns "--signoff" option.
* gb/rebase-signoff:
rebase: pass --[no-]signoff option to git am
builtin/am: fold am_signoff() into am_append_signoff()
builtin/am: honor --signoff also when --rebasing
Diffstat (limited to 'Documentation')
-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 67d48e6883..53f4e14444 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/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 |