Re: [PATCH v1 0/3] Add --graft option to git replace

2014-05-27 Thread Christian Couder
From: Junio C Hamano Subject: Re: [PATCH v1 0/3] Add --graft option to git replace Date: Fri, 23 May 2014 09:59:05 -0700 > Christian Couder writes: > >> Here is a small patch series to implement: >> >> git replace [-f] --graft [...] >> >> The changes s

Re: [PATCH v1 0/3] Add --graft option to git replace

2014-05-23 Thread Junio C Hamano
Christian Couder writes: > Here is a small patch series to implement: > > git replace [-f] --graft [...] > > The changes since the RFC/PATCH are the following: > > - in patch 1/3, parse_commit_buffer() is now used to > make sure is not corrupt > - patch 2/3 add some tests > - patch 3/3

[PATCH v1 0/3] Add --graft option to git replace

2014-05-22 Thread Christian Couder
Here is a small patch series to implement: git replace [-f] --graft [...] The changes since the RFC/PATCH are the following: - in patch 1/3, parse_commit_buffer() is now used to make sure is not corrupt - patch 2/3 add some tests - patch 3/3 add some documentation About the document