Re: [PATCH v3 11/13] Doc: add more detail for git-format-patch

2019-08-21 Thread Junio C Hamano
Denton Liu writes: > Next, while we're at it, surround option arguments with <>. I'd suggest squashing this in to complete the above. cf. --- Documentation/git-format-patch.txt | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/git-format-patch.txt

[PATCH v3 11/13] Doc: add more detail for git-format-patch

2019-08-20 Thread Denton Liu
In git-format-patch.txt, we were missing some key user information. First of all, document the special value of `--base=auto`. Next, while we're at it, surround option arguments with <>. Finally, document the `format.outputDirectory` config and change `format.coverletter` to use camel case. Sign