From 6a45be9321b1ee81baf74de51671f224407e5ad1 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 22 Apr 2008 08:19:03 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.5.1-67-gbdb8
---
diff-options.txt | 8 ++++++++
git-diff-files.html | 15 ++++++++++++++-
git-diff-index.html | 15 ++++++++++++++-
git-diff-tree.html | 15 ++++++++++++++-
git-diff.html | 15 ++++++++++++++-
git-format-patch.html | 15 ++++++++++++++-
git-log.html | 15 ++++++++++++++-
7 files changed, 92 insertions(+), 6 deletions(-)
diff --git a/diff-options.txt b/diff-options.txt
index 8dc5b001c..01e7a5785 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -58,6 +58,14 @@ endif::git-format-patch[]
number of modified files, as well as number of added and deleted
lines.
+--dirstat[=limit]::
+ Output only the sub-directories that are impacted by a diff,
+ and to what degree they are impacted. You can override the
+ default cut-off in percent (3) by "--dirstat=limit". If you
+ want to enable "cumulative" directory statistics, you can use
+ the "--cumulative" flag, which adds up percentages recursively
+ even when they have been already reported for a sub-directory.
+
--summary::
Output a condensed summary of extended header information
such as creations, renames and mode changes.
diff --git a/git-diff-files.html b/git-diff-files.html
index 2e44b6918..cc7b0b203 100644
--- a/git-diff-files.html
+++ b/git-diff-files.html
@@ -369,6 +369,19 @@ same as "git-diff-index" and "git-diff-tree".
+--dirstat[=limit]
+
+
+
+ Output only the sub-directories that are impacted by a diff,
+ and to what degree they are impacted. You can override the
+ default cut-off in percent (3) by "--dirstat=limit". If you
+ want to enable "cumulative" directory statistics, you can use
+ the "--cumulative" flag, which adds up percentages recursively
+ even when they have been already reported for a sub-directory.
+
+
+
--summary
@@ -1274,7 +1287,7 @@ the pathname, but if that is NUL, the record will show two paths.