git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 00/15] complete reroll of my "port rebase -i to C" series
@ 2009-08-28  4:47 Christian Couder
  2009-08-28  4:47 ` [PATCH v4 01/15] sequencer: add "builtin-sequencer--helper.c" Christian Couder
                   ` (14 more replies)
  0 siblings, 15 replies; 17+ messages in thread
From: Christian Couder @ 2009-08-28  4:47 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: git, Johannes Schindelin, Stephan Beyer, Daniel Barkalow,
	Jakub Narebski

So unlike previous series, this is a complete reroll of all my previous
patches to port rebase -i to C using code from the sequencer project.

The main changes are in the commit messages that I tried to improve
according to Junio's feedback. But some patches were also squashed
together and there are a few minor changes too:

- comments have been added before the pick_commit() function (patch
11/15: revert: libify cherry-pick and revert functionnality),

- and a line in the usage message as been removed from patch 13/15
(sequencer: add "do_commit()" and related functions) because it should
be added by the next patch instead.

Christian Couder (9):
  sequencer: add "builtin-sequencer--helper.c"
  rebase -i: use "git sequencer--helper --make-patch"
  sequencer: add "--reset-hard" option to "git sequencer--helper"
  rebase -i: use "git sequencer--helper --reset-hard"
  sequencer: add "--fast-forward" option to "git sequencer--helper"
  sequencer: let "git sequencer--helper" callers set "allow_dirty"
  rebase -i: use "git sequencer--helper --fast-forward"
  pick: libify "pick_help_msg()"
  rebase -i: use "git sequencer--helper --cherry-pick"

Stephan Beyer (6):
  sequencer: add "make_patch" function to save a patch
  sequencer: add "reset_almost_hard()" and related functions
  sequencer: add "do_fast_forward()" to perform a fast forward
  revert: libify cherry-pick and revert functionnality
  sequencer: add "do_commit()" and related functions working on
    "next_commit"
  sequencer: add "--cherry-pick" option to "git sequencer--helper"

 .gitignore                  |    1 +
 Makefile                    |    3 +
 builtin-revert.c            |  293 ++++--------------------
 builtin-sequencer--helper.c |  543 +++++++++++++++++++++++++++++++++++++++++++
 builtin.h                   |    1 +
 git-rebase--interactive.sh  |   42 ++--
 git.c                       |    1 +
 pick.c                      |  240 +++++++++++++++++++
 pick.h                      |   14 ++
 9 files changed, 865 insertions(+), 273 deletions(-)
 create mode 100644 builtin-sequencer--helper.c
 create mode 100644 pick.c
 create mode 100644 pick.h

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

end of thread, other threads:[~2009-08-28  6:09 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-28  4:47 [PATCH v4 00/15] complete reroll of my "port rebase -i to C" series Christian Couder
2009-08-28  4:47 ` [PATCH v4 01/15] sequencer: add "builtin-sequencer--helper.c" Christian Couder
2009-08-28  4:47 ` [PATCH v4 02/15] sequencer: add "make_patch" function to save a patch Christian Couder
2009-08-28  4:47 ` [PATCH v4 03/15] rebase -i: use "git sequencer--helper --make-patch" Christian Couder
2009-08-28  4:47 ` [PATCH v4 04/15] sequencer: add "reset_almost_hard()" and related functions Christian Couder
2009-08-28  6:08   ` Eric Raible
2009-08-28  4:47 ` [PATCH v4 05/15] sequencer: add "--reset-hard" option to "git sequencer--helper" Christian Couder
2009-08-28  4:47 ` [PATCH v4 06/15] rebase -i: use "git sequencer--helper --reset-hard" Christian Couder
2009-08-28  4:47 ` [PATCH v4 07/15] sequencer: add "do_fast_forward()" to perform a fast forward Christian Couder
2009-08-28  4:47 ` [PATCH v4 08/15] sequencer: add "--fast-forward" option to "git sequencer--helper" Christian Couder
2009-08-28  4:47 ` [PATCH v4 09/15] sequencer: let "git sequencer--helper" callers set "allow_dirty" Christian Couder
2009-08-28  4:47 ` [PATCH v4 10/15] rebase -i: use "git sequencer--helper --fast-forward" Christian Couder
2009-08-28  4:47 ` [PATCH v4 11/15] revert: libify cherry-pick and revert functionnality Christian Couder
2009-08-28  4:47 ` [PATCH v4 12/15] pick: libify "pick_help_msg()" Christian Couder
2009-08-28  4:47 ` [PATCH v4 13/15] sequencer: add "do_commit()" and related functions working on "next_commit" Christian Couder
2009-08-28  4:47 ` [PATCH v4 14/15] sequencer: add "--cherry-pick" option to "git sequencer--helper" Christian Couder
2009-08-28  4:47 ` [PATCH v4 15/15] rebase -i: use "git sequencer--helper --cherry-pick" 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).