diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-05-14 04:22:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-15 10:57:31 +0900 |
commit | 311c00aae87b0b91e65140dea3d2ef54119c294a (patch) | |
tree | 56e6518f673be66a48a411838c032851ebb39c0d /Makefile | |
parent | Git 2.22-rc0 (diff) | |
download | tgif-311c00aae87b0b91e65140dea3d2ef54119c294a.tar.xz |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -624,7 +624,6 @@ SCRIPT_SH += git-web--browse.sh SCRIPT_LIB += git-mergetool--lib SCRIPT_LIB += git-parse-remote -SCRIPT_LIB += git-rebase--am SCRIPT_LIB += git-rebase--common SCRIPT_LIB += git-rebase--preserve-merges SCRIPT_LIB += git-sh-setup |