summaryrefslogtreecommitdiff
path: root/Documentation/git-format-patch.txt
diff options
context:
space:
mode:
authorSergei Organov <osv@javad.com>2007-11-15 13:19:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-11-16 06:44:17 (GMT)
commitc1a95fa629b837fd291ca0e1428604710a2bc1dd (patch)
tree18e15c16ad4f81840210ec627d1c46451d709ecd /Documentation/git-format-patch.txt
parent8e7b07c8a776c401ff5c4adb593f423a754d198c (diff)
downloadgit-c1a95fa629b837fd291ca0e1428604710a2bc1dd.zip
git-c1a95fa629b837fd291ca0e1428604710a2bc1dd.tar.gz
git-c1a95fa629b837fd291ca0e1428604710a2bc1dd.tar.bz2
Documentation: customize diff-options depending on particular command
Customize diff-options depending on particular command as follows, mostly to make git-diff and git-format-patch manuals less confusing: * git-format-patch: - Mark --patch-with-stat as being the default. - Change -p description so that it matches what it actually does and so that it doesn't refer to absent "section on generating patches". * git-diff: mark -p as being the default. * git-diff-index/git-diff-files/git-diff-tree: mark --raw as being the default. Signed-off-by: Sergei Organov <osv@javad.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r--Documentation/git-format-patch.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index 9d4bae2..6fb9429 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -66,6 +66,7 @@ reference.
OPTIONS
-------
+:git-format-patch: 1
include::diff-options.txt[]
-<n>::