]> git.ipfire.org Git - thirdparty/git.git/commit
doc/diff-options: fix out of place mentions of '--patch/-p'
authorSergey Organov <sorganov@gmail.com>
Sat, 31 Oct 2020 19:37:34 +0000 (22:37 +0300)
committerJunio C Hamano <gitster@pobox.com>
Sat, 31 Oct 2020 20:14:26 +0000 (13:14 -0700)
commit714d491af0307782989bc3256d4aafa11d647729
tree1048f7c4abfd6a74ef4a8df18a15f0842bf97ff9
parent898f80736c75878acc02dc55672317fcc0e0a5a6
doc/diff-options: fix out of place mentions of '--patch/-p'

First, references to --patch and -p appeared in the description of
git-format-patch, where the options themselves are not included.

Next, the description of --unified option elsewhere had duplicate implied
statements: "Implies --patch. Implies -p."

Signed-off-by: Sergey Organov <sorganov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt