Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Drop unused git-rebase--am.sh
[gitweb.git]
/
builtin
/
rebase.c
diff --git
a/builtin/rebase.c
b/builtin/rebase.c
index ba3a574e4022c3dbd0e037782f520b1a199da42e..d5f6f403e2dcfb7fdc61d683836626bdfd08d914 100644
(file)
--- a/
builtin/rebase.c
+++ b/
builtin/rebase.c
@@
-1153,10
+1153,6
@@
static int run_specific_rebase(struct rebase_options *opts, enum action action)
}
switch (opts->type) {
- case REBASE_AM:
- backend = "git-rebase--am";
- backend_func = "git_rebase__am";
- break;
case REBASE_PRESERVE_MERGES:
backend = "git-rebase--preserve-merges";
backend_func = "git_rebase__preserve_merges";