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

2019-08-26 Thread Junio C Hamano
Junio C Hamano writes: > Denton Liu writes: > >> 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 <>. > > I'd suggest squashing this in to complete the a

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

2019-08-26 Thread Junio C Hamano
Denton Liu writes: > 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 <>. I'd suggest squashing this in to complete the above. cf. cf. --- Documentation

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

2019-08-24 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