Re: [PATCH] Add clean.requireForce option, and add -f option to git-clean to override it

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

 



Josh Triplett wrote:
> +if [ "$disabled" = true ]; then
> +	echo "clean.requireForce set and -n or -f not given; refusing to clean"
> +	exit 1
> +fi

How is it useful to abort completely? Wouldn't it be better to behave like -n unless -f is given?

Cheers,
Michael Spang
-
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]