We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ff1d2 commit 5c91da2Copy full SHA for 5c91da2
Documentation/diff-options.txt
@@ -4,6 +4,9 @@
4
-u::
5
Synonym for "-p".
6
7
+--patch-with-raw::
8
+ Generate patch but keep also the default raw diff output.
9
+
10
-z::
11
\0 line termination on output
12
diff.h
@@ -113,6 +113,8 @@ extern void diffcore_std_no_resolve(struct diff_options *);
113
" -z output diff-raw with lines terminated with NUL.\n" \
114
" -p output patch format.\n" \
115
" -u synonym for -p.\n" \
116
+" --patch-with-raw\n" \
117
+" output both a patch and the diff-raw format.\n" \
118
" --name-only show only names of changed files.\n" \
119
" --name-status show names and status of changed files.\n" \
120
" --full-index show full object name on index lines.\n" \
0 commit comments