From: Johannes Schindelin Date: Tue, 14 May 2019 11:22:31 +0000 (-0700) Subject: Drop unused git-rebase--am.sh X-Git-Tag: v2.23.0-rc0~137^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/311c00aae87b0b91e65140dea3d2ef54119c294a?ds=inline;hp=311c00aae87b0b91e65140dea3d2ef54119c294a Drop unused git-rebase--am.sh Since 21853626ea (built-in rebase: call `git am` directly, 2019-01-18), the built-in rebase already uses the built-in `git am` directly. Now that d03ebd411c (rebase: remove the rebase.useBuiltin setting, 2019-03-18) even removed the scripted rebase, there is no longer any user of `git-rebase--am.sh`, so let's just remove it. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---