This patch series create a new "git sequencer--helper" plumber command to help port "git-rebase--interactive.sh" to C using code from the sequencer GSoC project at : git://repo.or.cz/git/sbeyer.git In this series only a few functions from the sequencer are used. Christian Couder (3): sequencer: add "builtin-sequencer--helper.c" sequencer: free memory used in "make_patch" function rebase -i: use "git sequencer--helper --make-patch" Stephan Beyer (1): sequencer: add "make_patch" function to save a patch .gitignore | 1 + Makefile | 1 + builtin-sequencer--helper.c | 104 +++++++++++++++++++++++++++++++++++++++++++ builtin.h | 1 + git-rebase--interactive.sh | 13 +----- git.c | 1 + 6 files changed, 109 insertions(+), 12 deletions(-) create mode 100644 builtin-sequencer--helper.c -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html