Re: [PATCH 01/35] refspec: move refspec parsing logic into its own file

2018-05-15 Thread Junio C Hamano
Brandon Williams writes: > On 05/15, Junio C Hamano wrote: >> Brandon Williams writes: >> >> > In preperation for performing a refactor on refspec related code, move >> >> Preparation? > > Oops, I'll fix that. Thanks. And sorry for forcing you to page thru 600+ lines only to find that I comm

Re: [PATCH 01/35] refspec: move refspec parsing logic into its own file

2018-05-15 Thread Brandon Williams
On 05/15, Junio C Hamano wrote: > Brandon Williams writes: > > > In preperation for performing a refactor on refspec related code, move > > Preparation? Oops, I'll fix that. -- Brandon Williams

Re: [PATCH 01/35] refspec: move refspec parsing logic into its own file

2018-05-15 Thread Junio C Hamano
Brandon Williams writes: > In preperation for performing a refactor on refspec related code, move Preparation? > the refspec parsing logic into its own file. > > Signed-off-by: Brandon Williams > --- > Makefile| 1 + > branch.c| 1 + > builtin/clone

[PATCH 01/35] refspec: move refspec parsing logic into its own file

2018-05-14 Thread Brandon Williams
In preperation for performing a refactor on refspec related code, move the refspec parsing logic into its own file. Signed-off-by: Brandon Williams --- Makefile| 1 + branch.c| 1 + builtin/clone.c | 1 + builtin/fast-export.c | 1