]> granicus.if.org Git - git/commit
builtin rebase: support --signoff
authorPratik Karki <predatoramigo@gmail.com>
Tue, 4 Sep 2018 21:59:50 +0000 (14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2018 18:56:19 +0000 (11:56 -0700)
commit73d51ed0a59f561e55ab1b649eb073e7dddf8b88
treee2f6f2bef5ce5bb64b5eab2cdff66ff1a3586065
parent361badd3933c5c319229896f2ad2d546d95cd8a7
builtin rebase: support --signoff

This commit adds support for `--signoff` which is used to add a
`Signed-off-by` trailer to all the rebased commits. The actual
handling is left to the rebase backends.

Signed-off-by: Pratik Karki <predatoramigo@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c