We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc2735f + ebdc46c commit c253d61Copy full SHA for c253d61
Documentation/diff-generate-patch.txt
@@ -1,3 +1,4 @@
1
+[[generate_patch_text_with_p]]
2
Generating patch text with -p
3
-----------------------------
4
Documentation/diff-options.txt
@@ -22,7 +22,13 @@ ifndef::git-format-patch[]
22
-p::
23
-u::
24
--patch::
25
- Generate patch (see section on generating patches).
+ Generate patch (see section titled
26
+ifdef::git-log[]
27
+<<generate_patch_text_with_p, "Generating patch text with -p">>).
28
+endif::git-log[]
29
+ifndef::git-log[]
30
+"Generating patch text with -p").
31
32
ifdef::git-diff[]
33
This is the default.
34
endif::git-diff[]
0 commit comments