Re: [PATCH] contrib: add convert-grafts-to-replace-refs.sh

2014-05-27 Thread Junio C Hamano
Eric Sunshine writes: >> +echo "Success! All the grafts in '$GRAFTS_FILE' have been converted to >> replace refs!" >> +echo "You should now move away or delete the grafts file: '$GRAFTS_FILE'" > > Rather than merely giving advice, would it make sees for the script > rename the file (adding .bak

Re: [PATCH] contrib: add convert-grafts-to-replace-refs.sh

2014-05-27 Thread Eric Sunshine
On Tuesday, May 27, 2014, Christian Couder wrote: > > This script adds into contrib/ an example script to convert > grafts from an existing grafts file into replace refs using > the new --graft option of "git replace". > > While at it let's mention this new script in the > "git replace" documentat