All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC/PATCH 0/6] add --ff option to cherry-pick
@ 2010-02-01  7:55 Christian Couder
  2010-02-01  7:55 ` [RFC/PATCH 1/6] revert: libify cherry-pick and revert functionnality Christian Couder
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Christian Couder @ 2010-02-01  7:55 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: git, Linus Torvalds, Johannes Schindelin, Stephan Beyer,
	Daniel Barkalow

The goal of this series is to add a --ff fast forward otion to cherry-pick
and use it in "rebase -i".

There is no documentation yet and the commit messages are too short but
this will be improved if the series looks worthwhile.

The first patch in this series is a refactoring patch that is not really
needed, but as it looks like a good refactoring/cleanup anyway I left it in.

Christian Couder (5):
  reset: refactor updating heads into a static function
  reset: refactor reseting in its own function
  reset: make reset function non static and declare it in "reset.h"
  revert: add --ff option to allow fast forward when cherry-picking
  rebase -i: use new --ff cherry-pick option

Stephan Beyer (1):
  revert: libify cherry-pick and revert functionnality

 Makefile                   |    2 +
 builtin-reset.c            |  175 +++++++++++++++------------
 builtin-revert.c           |  293 ++++++++++----------------------------------
 git-rebase--interactive.sh |   15 +--
 pick.c                     |  218 ++++++++++++++++++++++++++++++++
 pick.h                     |   13 ++
 reset.h                    |   10 ++
 7 files changed, 407 insertions(+), 319 deletions(-)
 create mode 100644 pick.c
 create mode 100644 pick.h
 create mode 100644 reset.h

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

end of thread, other threads:[~2010-02-03 16:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01  7:55 [RFC/PATCH 0/6] add --ff option to cherry-pick Christian Couder
2010-02-01  7:55 ` [RFC/PATCH 1/6] revert: libify cherry-pick and revert functionnality Christian Couder
2010-02-01 10:26   ` Johannes Schindelin
2010-02-03 16:40   ` Stephen Boyd
2010-02-01  7:55 ` [RFC/PATCH 2/6] reset: refactor updating heads into a static function Christian Couder
2010-02-01  7:55 ` [RFC/PATCH 3/6] reset: refactor reseting in its own function Christian Couder
2010-02-01  7:55 ` [RFC/PATCH 4/6] reset: make reset function non static and declare it in "reset.h" Christian Couder
2010-02-01  7:55 ` [RFC/PATCH 5/6] revert: add --ff option to allow fast forward when cherry-picking Christian Couder
2010-02-01 11:10   ` Paolo Bonzini
2010-02-01 12:43     ` Christian Couder
2010-02-01 14:29       ` Paolo Bonzini
2010-02-02  5:13         ` Christian Couder
2010-02-02  7:56           ` Paolo Bonzini
2010-02-01  7:55 ` [RFC/PATCH 6/6] rebase -i: use new --ff cherry-pick option Christian Couder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.