builtin rebase: support --committer-date-is-author-date
authorPratik Karki <redacted>
Tue, 4 Sep 2018 21:59:53 +0000 (14:59 -0700)
committerJunio C Hamano <redacted>
Thu, 6 Sep 2018 18:56:19 +0000 (11:56 -0700)
commit38dbcef26e855062b4ae58bd7187bfbf01e21566
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 <redacted>
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/rebase.c
git clone https://git.99rst.org/PROJECT