@@ -41,6 +41,16 @@ ifndef::git-format-patch[]
41
41
Implies `-p`.
42
42
endif::git-format-patch[]
43
43
44
+ --output=<file>::
45
+ Output to a specific file instead of stdout.
46
+
47
+ --output-indicator-new=<char>::
48
+ --output-indicator-old=<char>::
49
+ --output-indicator-context=<char>::
50
+ Specify the character used to indicate new, old or context
51
+ lines in the generated patch. Normally they are '+', '-' and
52
+ ' ' respectively.
53
+
44
54
ifndef::git-format-patch[]
45
55
--raw::
46
56
ifndef::git-log[]
@@ -148,6 +158,7 @@ These parameters can also be set individually with `--stat-width=<width>`,
148
158
number of modified files, as well as number of added and deleted
149
159
lines.
150
160
161
+ -X[<param1,param2,...>]::
151
162
--dirstat[=<param1,param2,...>]::
152
163
Output the distribution of relative amount of changes for each
153
164
sub-directory. The behavior of `--dirstat` can be customized by
@@ -192,6 +203,12 @@ directories with less than 10% of the total amount of changed files,
192
203
and accumulating child directory counts in the parent directories:
193
204
`--dirstat=files,10,cumulative`.
194
205
206
+ --cumulative::
207
+ Synonym for --dirstat=cumulative
208
+
209
+ --dirstat-by-file[=<param1,param2>...]::
210
+ Synonym for --dirstat=files,param1,param2...
211
+
195
212
--summary::
196
213
Output a condensed summary of extended header information
197
214
such as creations, renames and mode changes.
@@ -386,6 +403,9 @@ endif::git-format-patch[]
386
403
Turn off rename detection, even when the configuration
387
404
file gives the default to do so.
388
405
406
+ --[no-]rename-empty::
407
+ Whether to use empty blobs as rename source.
408
+
389
409
ifndef::git-format-patch[]
390
410
--check::
391
411
Warn if changes introduce conflict markers or whitespace errors.
0 commit comments