builtin rebase: support --committer-date-is-author-date
commit38dbcef26e855062b4ae58bd7187bfbf01e21566
authorPratik Karki <predatoramigo@gmail.com>
Tue, 4 Sep 2018 21:59:53 +0000 (4 14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2018 18:56:19 +0000 (6 11:56 -0700)
treeb4bb6f8edef813327815b99b2382ae6f58c69661
parentead98c111b8a05eb65825f31049e454c8b1ced34
builtin rebase: support --committer-date-is-author-date

This option is simply handed down to `git am` by way of setting the
`git_am_opt` variable that is handled by the `git-rebase--am` backend.

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