]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-format-patch.txt
Fix diff-options references in git-diff and git-format-patch
authorBrian Gernhardt <benji@silverinsanity.com>
Tue, 6 Mar 2007 03:27:44 +0000 (22:27 -0500)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Mar 2007 05:21:39 +0000 (21:21 -0800)
commitb8105375abfeee54e0a34e1c290983fd15e743cf
tree597e194b0330d4c162930f94dcb6ad478c2a731a
parent043d76050d3136b8684b5a3938e8bc0c1f8483fd
Fix diff-options references in git-diff and git-format-patch

Most of the git-diff-* documentation used [<common diff options>]
instead of [--diff-options], so make that change in git-diff and
git-format-patch.

In addition, git-format-patch didn't include the meanings of the diff
options.

Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-diff.txt
Documentation/git-format-patch.txt