Re: [PATCH 02/10] test-lib: add helper functions for config

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

 



Thanks.

> ...
> +# Unset a configuration variable, but don't fail if it doesn't exist.
> +test_unconfig () {
> +	git config --unset-all "$@"
> +	config_status=$?
> +	case "$config_status" in
> +	5) # ok, nothing to usnet
> +		config_status=0
> +		;;

Will queue with 's/nothing to usnet/nothing to unset/'.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[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]