Re: [PATCH v2 2/7] replace: introduce --convert-graft-file

2018-04-20 Thread Johannes Schindelin
Hi Junio, On Fri, 20 Apr 2018, Junio C Hamano wrote: > Johannes Schindelin writes: > > > This option is intended to help with the transition away from the > > now-deprecated graft file. > > > > Signed-off-by: Johannes Schindelin > > --- > > Documentation/git-replace.txt | 11 +-- > > buil

Re: [PATCH v2 2/7] replace: introduce --convert-graft-file

2018-04-20 Thread Johannes Schindelin
Hi Christian, On Thu, 19 Apr 2018, Christian Couder wrote: > On Thu, Apr 19, 2018 at 10:17 AM, Johannes Schindelin > wrote: > > > @@ -87,9 +88,13 @@ OPTIONS > > content as except that its parents will be > > [...] instead of 's parents. A replacement ref > > is then cre

Re: [PATCH v2 2/7] replace: introduce --convert-graft-file

2018-04-19 Thread Junio C Hamano
Johannes Schindelin writes: > This option is intended to help with the transition away from the > now-deprecated graft file. > > Signed-off-by: Johannes Schindelin > --- > Documentation/git-replace.txt | 11 +-- > builtin/replace.c | 59 ++- > 2 f

Re: [PATCH v2 2/7] replace: introduce --convert-graft-file

2018-04-19 Thread Christian Couder
On Thu, Apr 19, 2018 at 10:17 AM, Johannes Schindelin wrote: > @@ -87,9 +88,13 @@ OPTIONS > content as except that its parents will be > [...] instead of 's parents. A replacement ref > is then created to replace with the newly created > - commit. See contrib/conve

[PATCH v2 2/7] replace: introduce --convert-graft-file

2018-04-19 Thread Johannes Schindelin
This option is intended to help with the transition away from the now-deprecated graft file. Signed-off-by: Johannes Schindelin --- Documentation/git-replace.txt | 11 +-- builtin/replace.c | 59 ++- 2 files changed, 66 insertions(+), 4 deletions(-