Re: [PATCH v6 11/11] Remove obsolete script to convert grafts to replace refs

2018-04-28 Thread Stefan Beller
Hi Philip, On Sat, Apr 28, 2018 at 2:04 AM, Philip Oakley wrote: > From: "Johannes Schindelin" >> >> The functionality is now implemented as `git replace >> --convert-graft-file`. > > > A rather late in the day thought: Should this go through the same > deprecation dance? I think contrib/ has o

Re: [PATCH v6 11/11] Remove obsolete script to convert grafts to replace refs

2018-04-28 Thread Johannes Schindelin
Hi Philip, On Sat, 28 Apr 2018, Philip Oakley wrote: > From: "Johannes Schindelin" > > The functionality is now implemented as `git replace > > --convert-graft-file`. > > A rather late in the day thought: Should this go through the same > deprecation dance? > > I.e. replace the body of the scr

Re: [PATCH v6 11/11] Remove obsolete script to convert grafts to replace refs

2018-04-28 Thread Philip Oakley
From: "Johannes Schindelin" The functionality is now implemented as `git replace --convert-graft-file`. A rather late in the day thought: Should this go through the same deprecation dance? I.e. replace the body of the script with the new `git replace --convert-graft-file` and echo (or die!) a

[PATCH v6 11/11] Remove obsolete script to convert grafts to replace refs

2018-04-27 Thread Johannes Schindelin
The functionality is now implemented as `git replace --convert-graft-file`. Signed-off-by: Johannes Schindelin --- contrib/convert-grafts-to-replace-refs.sh | 28 --- 1 file changed, 28 deletions(-) delete mode 100755 contrib/convert-grafts-to-replace-refs.sh diff --git a/c