]> git.ipfire.org Git - thirdparty/git.git/commit
git-format-patch.txt: document --no-notes option
authorDenton Liu <liu.denton@gmail.com>
Fri, 10 May 2019 18:37:03 +0000 (14:37 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2019 01:58:18 +0000 (10:58 +0900)
commit83d9db7893e479a836b11e141c1717f0d5b829a0
treeed2f814eed52c9a03b71ab889bdecdb1afe46a86
parent6a6c0f10a70a6eb101c213b09ae82a9cad252743
git-format-patch.txt: document --no-notes option

Internally, git-format-patch uses the `handle_revision_opt` parser. The
parser handles the `--no-notes` option to negate an earlier `--notes`
option, but it isn't documented. Document this option so that users are
aware of it.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-format-patch.txt