t3437: use --fixup with options to create amend! commit
authorCharvi Mendiratta <charvi077@gmail.com>
Mon, 15 Mar 2021 07:54:35 +0000 (13:24 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Mar 2021 21:29:36 +0000 (14:29 -0700)
commit8bedae4599fafa8ae8b2885454db7c4bb7660aeb
treea153003ce6462c956b50e3d05b2af10217beeb4b
parent3d1bda6b5bed6b29723178b1b417b3a5abe62565
t3437: use --fixup with options to create amend! commit

We taught `git commit --fixup` to create "amend!" commit. Let's also
update the tests and use it to setup the rebase tests.

Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Charvi Mendiratta <charvi077@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3437-rebase-fixup-options.sh