summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-23 14:33:31 +0900
committerJunio C Hamano <gitster@pobox.com>2019-10-23 14:33:31 +0900
commitd52ae636b54c79cf319e8a40d723b16220ad6924 (patch)
treeadd7556c29921b96ace007f9ea44a23a8912364e /git-format-patch.txt
parentfa2a48b86c2f25f536c882f5cf012000e38315c3 (diff)
downloadgit-htmldocs-d52ae636b54c79cf319e8a40d723b16220ad6924.tar.gz
Autogenerated HTML docs for v2.24.0-rc0-3-g12a4a
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 0ac56f4b7..2035d4d5d 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -66,7 +66,8 @@ they are created in the current working directory. The default path
can be set with the `format.outputDirectory` configuration option.
The `-o` option takes precedence over `format.outputDirectory`.
To store patches in the current working directory even when
-`format.outputDirectory` points elsewhere, use `-o .`.
+`format.outputDirectory` points elsewhere, use `-o .`. All directory
+components will be created.
By default, the subject of a single patch is "[PATCH] " followed by
the concatenation of lines from the commit message up to the first blank