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.