git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Add --graft option to git replace
@ 2014-06-06 20:25 Christian Couder
  2014-06-06 20:25 ` [PATCH v4 1/4] replace: add --graft option Christian Couder
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Christian Couder @ 2014-06-06 20:25 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Jeff King, Jakub Narebski, Eric Sunshine

Here is a small patch series to implement:

        git replace [-f] --graft <commit> [<parent>...]

This patch series goes on top of the patch series that
implements --edit.

The changes since v3, thanks to Junio, are:

- remove function read_sha1_commit() and its call as well as a
  call to parse_commit_buffer(), as lookup_commit_or_die()
  already reads the commit buffer and parses it (patch 1/4)

- source git-sh-setup and other small cosmetic changes in
  convert-grafts-to-replace-refs.sh (patch 4/4)

Christian Couder (4):
  replace: add --graft option
  replace: add test for --graft
  Documentation: replace: add --graft option
  contrib: add convert-grafts-to-replace-refs.sh

 Documentation/git-replace.txt             | 10 +++++
 builtin/replace.c                         | 62 ++++++++++++++++++++++++++++++-
 contrib/convert-grafts-to-replace-refs.sh | 28 ++++++++++++++
 t/t6050-replace.sh                        | 12 ++++++
 4 files changed, 111 insertions(+), 1 deletion(-)
 create mode 100755 contrib/convert-grafts-to-replace-refs.sh

-- 
2.0.0.rc0.40.gd30ccc4

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

end of thread, other threads:[~2014-06-07  6:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 20:25 [PATCH v4 0/4] Add --graft option to git replace Christian Couder
2014-06-06 20:25 ` [PATCH v4 1/4] replace: add --graft option Christian Couder
2014-06-06 20:25 ` [PATCH v4 2/4] replace: add test for --graft Christian Couder
2014-06-06 20:25 ` [PATCH v4 3/4] Documentation: replace: add --graft option Christian Couder
2014-06-06 20:25 ` [PATCH v4 4/4] contrib: add convert-grafts-to-replace-refs.sh 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).