git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] start using sequencer code to port "rebase -i"
@ 2009-06-26 21:08 Christian Couder
  2009-06-26 21:08 ` [PATCH 1/4] sequencer: add "builtin-sequencer--helper.c" Christian Couder
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Christian Couder @ 2009-06-26 21:08 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: git, Johannes Schindelin, Stephan Beyer, Daniel Barkalow,
	Jakub Narebski

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-06-28 12:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-26 21:08 [PATCH 0/4] start using sequencer code to port "rebase -i" Christian Couder
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

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).