From a2f4662f592080968a8ce848d3e5d84003a6c20d Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Wed, 3 Sep 2008 05:20:31 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0.1-196-g0191
---
diff-options.txt | 11 +++----
git-commit.html | 8 +++--
git-commit.txt | 6 ++--
git-diff-files.html | 13 ++++----
git-diff-index.html | 13 ++++----
git-diff-tree.html | 13 ++++----
git-diff.html | 13 ++++----
git-for-each-ref.html | 4 +--
git-for-each-ref.txt | 2 +-
git-format-patch.html | 13 ++++----
git-help.html | 6 ++--
git-help.txt | 4 ++-
git-log.html | 73 ++++++++++++++++++++++++++++++++++++++-----
git-rev-list.html | 62 +++++++++++++++++++++++++++++++++++-
git-stash.html | 18 +++++------
git-stash.txt | 16 +++++-----
rev-list-options.txt | 42 +++++++++++++++++++++++++
17 files changed, 240 insertions(+), 77 deletions(-)
diff --git a/diff-options.txt b/diff-options.txt
index 175938640..6e268326d 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -59,12 +59,11 @@ endif::git-format-patch[]
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.
+ Output the distribution of relative amount of changes (number of lines added or
+ removed) for each sub-directory. Directories with changes below
+ a cut-off percent (3% by default) are not shown. The cut-off percent
+ can be set with "--dirstat=limit". Changes in a child directory is not
+ counted for the parent directory, unless "--cumulative" is used.
--summary::
Output a condensed summary of extended header information
diff --git a/git-commit.html b/git-commit.html
index 1b21a4c8b..581c5235f 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -434,8 +434,10 @@ that, you can recover from it with git-reset.
- Override the author name used in the commit. Use
- A U Thor <author@example.com> format.
+ Override the author name used in the commit. You can use the
+ standard A U Thor <author@example.com> format. Otherwise,
+ an existing commit that matches the given string and its author
+ name is used.
@@ -861,7 +863,7 @@ Junio C Hamano <gitster@pobox.com>