Re: [PATCH/RFC v2 2/6] branch: add copy branch option

2017-06-01 Thread Sahil Dua
On Thu, Jun 1, 2017 at 3:50 AM, Junio C Hamano wrote: > Sahil Dua writes: > >> Adds copy branch option available using -c or -C (forcefully). >> >> Includes a lot of function renames and their signature changes in order >> to introduce a new function parameter - flag 'copy' which determines >> wh

Re: [PATCH/RFC v2 2/6] branch: add copy branch option

2017-05-31 Thread Junio C Hamano
Sahil Dua writes: > Adds copy branch option available using -c or -C (forcefully). > > Includes a lot of function renames and their signature changes in order > to introduce a new function parameter - flag 'copy' which determines > whether those functions should do operation copy or move. > > Add