]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-format-patch.txt
Merge branch 'dl/format-patch-cover-from-desc'
[thirdparty/git.git] / Documentation / git-format-patch.txt
index 6800e1ab9a3b34e2166813cbb65e1e0ab5dc7f49..00bdf9b1251a1df819545f3da758c51cc25d7bfa 100644 (file)
@@ -67,7 +67,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