Drop unused git-rebase--am.sh
commit311c00aae87b0b91e65140dea3d2ef54119c294a
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 14 May 2019 11:22:31 +0000 (14 04:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2019 01:57:31 +0000 (15 10:57 +0900)
tree56e6518f673be66a48a411838c032851ebb39c0d
parentab15ad1a3b4b04a29415aef8c9afa2f64fc194a2
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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile
builtin/rebase.c
git-rebase--am.sh [deleted file]