git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] rebase --signoff
@ 2017-04-15 14:41 Giuseppe Bilotta
  2017-04-15 14:41 ` [PATCH 1/3] builtin/am: obey --signoff also when --rebasing Giuseppe Bilotta
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Giuseppe Bilotta @ 2017-04-15 14:41 UTC (permalink / raw)
  To: Git ML; +Cc: Junio C Hamano, Giuseppe Bilotta

Allow signing off a whole patchset by rebasing it with the --signoff
option, which is simply passed through to git am.

Compared to previous incarnations, I've split the am massaging to
separate commits (for cleanliness and easier reverts if needed),
and introduced a test case for both --signoff and its negation.

Giuseppe Bilotta (3):
  builtin/am: obey --signoff also when --rebasing
  builtin/am: fold am_signoff() into am_append_signoff()
  rebase: pass --[no-]signoff option to git am

 Documentation/git-rebase.txt |  5 +++++
 builtin/am.c                 | 39 +++++++++++++++++--------------------
 git-rebase.sh                |  3 ++-
 t/t3428-rebase-signoff.sh    | 46 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 71 insertions(+), 22 deletions(-)
 create mode 100755 t/t3428-rebase-signoff.sh

-- 
2.12.2.765.g2bf946761b


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-04-18  8:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-15 14:41 [PATCH 0/3] rebase --signoff Giuseppe Bilotta
2017-04-15 14:41 ` [PATCH 1/3] builtin/am: obey --signoff also when --rebasing Giuseppe Bilotta
2017-04-15 14:41 ` [PATCH 2/3] builtin/am: fold am_signoff() into am_append_signoff() Giuseppe Bilotta
2017-04-15 14:41 ` [PATCH 3/3] rebase: pass --[no-]signoff option to git am Giuseppe Bilotta
2017-04-15 17:45   ` Giuseppe Bilotta
2017-04-17  4:17     ` Junio C Hamano
2017-04-17  7:12 ` [PATCH 0/3] rebase --signoff Junio C Hamano
2017-04-17 14:12   ` Giuseppe Bilotta
2017-04-18  0:14     ` Junio C Hamano
2017-04-18  8:40       ` Giuseppe Bilotta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).