GIT_TRACE: show which built-in/external commands are executed
[gitweb.git] / Documentation / diff-options.txt
index 338014c8162c1576796a57ab61498612948fe9dc..1a936295d8944b3b52ac82aa806c007851ab0176 100644 (file)
@@ -7,6 +7,16 @@
 --patch-with-raw::
        Generate patch but keep also the default raw diff output.
 
+--stat::
+       Generate a diffstat instead of a patch.
+
+--summary::
+       Output a condensed summary of extended header information
+       such as creations, renames and mode changes.
+
+--patch-with-stat::
+       Generate patch and prepend its diffstat.
+
 -z::
        \0 line termination on output
 
        Swap two inputs; that is, show differences from index or
        on-disk file to tree contents.
 
+--text::
+       Treat all files as text.
+
+-a::
+       Shorthand for "--text".
+
 For more detailed explanation on these common options, see also
 link:diffcore.html[diffcore documentation].