]> git.ipfire.org Git - thirdparty/git.git/commit
Drop unused git-rebase--am.sh
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 31 Jul 2019 15:18:38 +0000 (08:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 31 Jul 2019 19:24:06 +0000 (12:24 -0700)
commitd5b581f228fb8b2ec3a9d6225f657dff7d28925d
tree024482678e17ee5d6809ae0981fe6345ea4605b3
parent80dfc9242ebaba357ffedececd88641a1a752411
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]