From: Christian Couder <chriscool@tuxfamily.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org,
Johannes Schindelin <Johannes.Schindelin@gmx.de>,
Stephan Beyer <s-beyer@gmx.net>,
Daniel Barkalow <barkalow@iabervon.org>,
Jakub Narebski <jnareb@gmail.com>
Subject: [PATCH 0/4] start using sequencer code to port "rebase -i"
Date: Fri, 26 Jun 2009 23:08:42 +0200 [thread overview]
Message-ID: <20090626205319.3885.91532.chriscool@tuxfamily.org> (raw)
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
next reply other threads:[~2009-06-26 21:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-26 21:08 Christian Couder [this message]
2009-06-26 21:08 ` [PATCH 1/4] sequencer: add "builtin-sequencer--helper.c" Christian Couder
2009-06-26 21:08 ` [PATCH 2/4] sequencer: add "make_patch" function to save a patch Christian Couder
2009-06-28 12:13 ` Christian Couder
2009-06-26 21:08 ` [PATCH 3/4] sequencer: free memory used in "make_patch" function Christian Couder
2009-06-26 21:08 ` [PATCH 4/4] rebase -i: use "git sequencer--helper --make-patch" Christian Couder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090626205319.3885.91532.chriscool@tuxfamily.org \
--to=chriscool@tuxfamily.org \
--cc=Johannes.Schindelin@gmx.de \
--cc=barkalow@iabervon.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jnareb@gmail.com \
--cc=s-beyer@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).