Re: [PATCH v7 0/9] Add --graft option to git replace

2014-07-21 Thread Junio C Hamano
Thanks, will replace and let's move it to 'next' this week. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v7 0/9] Add --graft option to git replace

2014-07-19 Thread Christian Couder
Here is a small 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 v6, thanks to Junio, are: - the patch that adds for_each_mergetag() is not part of the series any more; it is