Hi,
I was wandering in rebase’s source code, and found out that even though
run_specific_rebase() no longer calls git-rebase--am.sh since 21853626ea
("built-in rebase: call `git am` directly", 2019-01-18), this commit did not
remove the code to call it. I guess it was an oversight.
Now that git-legacy-rebase.sh is gone (since d03ebd411c, "rebase: remove the
rebase.useBuiltin setting", 2019-03-18), I would expect this file to be
completely removed, too.
May I send a patch to remove git-rebase--am.sh, or is there a reason to keep
it?
Cheers,
Alban