Re: [PATCH v8 2/2] submodule: skip redundant active entries when pattern covers path

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux