On Thu, Jul 17, 2025 at 10:28 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > K Jayatheerth <jayatheerthkulkarni2005@xxxxxxxxx> writes: > > > + if (!matched) { /* no pattern matched -> force-enable */ > > + key = xstrfmt("submodule.%s.active", add_data->sm_name); > > + git_config_set_gently(key, "true"); > > + free(key); > > + } > > Somehow these lines begin with SP and then HT. If you are going to > send an updated version, please make sure to fix the whitespace > issues around here. > > In the meantime, I'll tweak the version I have in 'seen'. > > Thanks. Damn, I missed the previous emails, Actually my fault it is, I made some tweaks to my email But anyways I will go through and send an updated version Thank you - Jayatheerth