Re: [PATCH v4 05/11] replace: introduce --convert-graft-file

2018-04-24 Thread Johannes Schindelin
Hi Eric, On Sat, 21 Apr 2018, Eric Sunshine wrote: > On Sat, Apr 21, 2018 at 5:48 AM, Johannes Schindelin > wrote: > > This option is intended to help with the transition away from the > > now-deprecated graft file. > > > > Signed-off-by: Johannes Schindelin > > --- > > diff --git a/builtin/rep

Re: [PATCH v4 05/11] replace: introduce --convert-graft-file

2018-04-21 Thread Eric Sunshine
On Sat, Apr 21, 2018 at 5:48 AM, Johannes Schindelin wrote: > This option is intended to help with the transition away from the > now-deprecated graft file. > > Signed-off-by: Johannes Schindelin > --- > diff --git a/builtin/replace.c b/builtin/replace.c > @@ -454,6 +455,38 @@ static int create_g

[PATCH v4 05/11] replace: introduce --convert-graft-file

2018-04-21 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 | 44 ++- 2 files changed, 51 insertions(+), 4 deletions