Re: [RFC PATCH v2] Teach rebase to rebase even if upstream is up to date

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

 




On Fri, 13 Feb 2009, Sverre Rabbelier wrote:

> +    case "$1" in
> +    --whitespace=fix|--whitespace=strip)

	--whitespace=*?

I know that you can turn it off with --whitespace=nowarn, but that's 
such an outlier that we do not have to care about it, right?

Or if we really want to:

	--whitespace=nowarn) ;;
	--whitespace=*) force_rebase=t ;;

Hm?

Ciao,
Dscho
--
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]

  Powered by Linux