summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-03-06 09:58:26 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-03-06 09:58:26 +0000
commit60f8aa808475ecf9f2b0c6c8e16fab7f1e070f3c (patch)
tree37ebd1e80271b3061040377f60a0948c82fea791 /git-format-patch.txt
parentff6363945ebb8a15fd1e8c7c35be261213e16d7b (diff)
downloadgit-htmldocs-60f8aa808475ecf9f2b0c6c8e16fab7f1e070f3c.tar.gz
Autogenerated HTML docs for v1.5.0.3-289-gba66
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 59f34b9f0..84eabebe0 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -9,8 +9,8 @@ git-format-patch - Prepare patches for e-mail submission
SYNOPSIS
--------
[verse]
-'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--attach] [--thread]
- [-s | --signoff] [--diff-options] [--start-number <n>]
+'git-format-patch' [<common diff options>] [-n | -k] [-o <dir> | --stdout]
+ [--attach] [--thread] [-s | --signoff] [--start-number <n>]
[--in-reply-to=Message-Id] [--suffix=.<sfx>]
[--ignore-if-in-upstream]
<since>[..<until>]
@@ -46,6 +46,8 @@ reference.
OPTIONS
-------
+include::diff-options.txt[]
+
-o|--output-directory <dir>::
Use <dir> to store the resulting files, instead of the
current working directory.