Re: [PATCH v6 4/4] format-patch: introduce format.useAutoBase configuration

2016-04-26 Thread Stefan Beller
> +format.useAutoBase:: > + A boolean value which lets you enable the `--base=auto` option of > + format-patch by default. > + > + In case you resend, please use just one empty line here? (No need to resend because of this alone) -- To unsubscribe from this list: send the line "unsubsc

[PATCH v6 4/4] format-patch: introduce format.useAutoBase configuration

2016-04-26 Thread Xiaolong Ye
This allows to record the base commit automatically, it is equivalent to set --base=auto in cmdline. The format.useAutoBase has lower priority than command line option, so if user set format.useAutoBase and pass the command line option in the meantime, base_commit will be the one passed to command