On Sat, Mar 12, 2016 at 2:46 AM, Paul Tan <[email protected]> wrote:
"Unlike when doing git-am, "git am" kept working during the whole series
and being switched from the shell to the C implementation in the
last commit,
this time rebase is broken in the series, and built up from here again" ?
> @@ -505,9 +504,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--interactive
> -SCRIPT_LIB += git-rebase--merge
You would also want to retire these files to the contrib directory in
the same patch as you unlink them from the build process?
> { "read-tree", cmd_read_tree, RUN_SETUP },
> + { "rebase", cmd_rebase, RUN_SETUP | NEED_WORK_TREE },
#TIL you cannot run rebase in a bare repository(, yet). I would have
assumed you could.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html