]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-format-patch.txt
Merge branch 'nr/diff-highlight-indent-fix'
[thirdparty/git.git] / Documentation / git-format-patch.txt
index 0ac56f4b7080bc3d8718e7cad7dab4fedca0f670..2035d4d5d53df801186ee7a713a51634d6ac9fd9 100644 (file)
@@ -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