If the commit subject starts with "amend!" then rearrange it like a
"fixup!" commit and replace `pick` command with `fixup -C` command,
which is used to fixup up the content if any and replaces the original
commit message with amend! commit's message.
Original-patch-by: Phillip Wood <redacted> Mentored-by: Christian Couder <redacted> Mentored-by: Phillip Wood <redacted> Signed-off-by: Charvi Mendiratta <redacted> Signed-off-by: Junio C Hamano <redacted>