Re: [PATCH v2 0/2] Incremental rewrite of git-submodules

2018-01-11 Thread Junio C Hamano
Prathamesh Chavan writes: > Changes made to the previous version of the patch series[1]: > > * Since later on with certain patches, the number of bit-parameters to > be passed to a few functions depend on many parameters, I prefered > using a single flag bit. I am not

[PATCH v2 0/2] Incremental rewrite of git-submodules

2018-01-11 Thread Prathamesh Chavan
Changes made to the previous version of the patch series[1]: * Since later on with certain patches, the number of bit-parameters to be passed to a few functions depend on many parameters, I prefered using a single flag bit. * Memory-leak of the variable 'remote' in the function: