Files
git/builtin
Johannes Schindelin a3d62ba5ca Merge 'builtin-rebase--am'
This patch teaches the builtin rebase to avoid the scripted --am backend
and call `git format-patch` and `git am` directly.

Meaning: apart from the --merge and the --preserve-merges backends, `git
rebase` is now implemented in pure C, with no need to ask the Unix shell
interpreter for help.

This brings us really close to a fully builtin `git rebase`: the
--preserve-merges mode is about to be deprecated (as soon as the
--rebase-merges mode has proven stable and robust enough), and there are
plans to scrap the `git-rebase--merge` backend in favor of teaching the
interactive rebase enough tricks to run the --merge mode, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2019-02-07 14:46:17 +01:00
..
2019-02-07 14:46:06 +01:00
2018-11-18 18:23:53 +09:00
2018-10-19 13:34:02 +09:00
2018-08-20 15:31:40 -07:00
2018-10-19 13:34:02 +09:00
2018-10-19 13:34:02 +09:00
2018-10-19 13:34:02 +09:00
2019-02-07 14:46:07 +01:00
2018-10-26 14:22:13 +09:00
2018-11-13 22:37:27 +09:00
2018-08-20 15:31:40 -07:00
2018-10-19 13:34:02 +09:00
2019-02-07 14:46:11 +01:00
2019-02-07 14:46:07 +01:00
2018-11-13 22:37:27 +09:00
2018-08-29 11:32:49 -07:00
2018-08-27 14:33:43 -07:00