From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:59
Matthieu Moy [off-list ref] writes:
I'd actually say you want to run it after a squash/fixup serie only.
If the result of --autosquash is
pick foo
fixup bar
fixup boz
pick foobar
I think you want to rewrite it as
pick foo
fixup bar
fixup boz
exec make
pick foobar
exec make