summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-18 06:24:10 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-18 06:24:10 +0000
commit2d47c62a3df350dff294aba379e2a5430fd130d1 (patch)
tree284b5792530e80bf61afb93bd80099eb9247ed02 /git-format-patch.txt
parente58607f49ae156d2e441edd280f99219614f52a8 (diff)
downloadgit-htmldocs-2d47c62a3df350dff294aba379e2a5430fd130d1.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-gdf1b
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 23acb4752..574cf76dc 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -20,7 +20,9 @@ DESCRIPTION
Prepare each commit between <since> and <until> with its patch in
one file per commit, formatted to resemble UNIX mailbox format.
If ..<until> is not specified, the head of the current working
-tree is implied.
+tree is implied. For a more complete list of ways to spell
+<since> and <until>, see "SPECIFYING REVISIONS" section in
+gitlink:git-rev-parse[1].
The output of this command is convenient for e-mail submission or
for use with gitlink:git-am[1].