format-patch: teach --no-base
commit945dc55dda595a3e5449017797cb90599ed9ecb5
authorDenton Liu <liu.denton@gmail.com>
Wed, 4 Dec 2019 21:25:06 +0000 (4 13:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 14:06:18 +0000 (5 06:06 -0800)
tree98a75cac402c9a059823b6bf19fd75aa0c7b6f78
parent700e006c5d69990fc1167355e9fa7a55e9166581
format-patch: teach --no-base

If `format.useAutoBase = true`, there was no way to override this from
the command-line. Teach the `--no-base` option in format-patch to
override `format.useAutoBase`.

Helped-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-format-patch.txt
builtin/log.c
t/t4014-format-patch.sh