From 7d9e9bd46558c53fc42faa2a97ad490c0b1580cd Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Wed, 29 Aug 2007 07:31:47 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.3-rc7
---
RelNotes-1.5.3.txt | 18 ++++++++++++++---
git-add.html | 8 ++++----
git-add.txt | 6 +++---
git-diff.html | 13 ++++++------
git-diff.txt | 11 ++++++-----
git-format-patch.html | 46 +++++++++++++++++++++++++++++++++++--------
git-format-patch.txt | 32 +++++++++++++++++++++++-------
git-log.html | 4 ++--
git-log.txt | 2 +-
git-svn.html | 4 ++--
git-svn.txt | 2 +-
user-manual.html | 2 +-
user-manual.txt | 2 +-
13 files changed, 106 insertions(+), 44 deletions(-)
diff --git a/RelNotes-1.5.3.txt b/RelNotes-1.5.3.txt
index 8859125ab..f2efaaffb 100644
--- a/RelNotes-1.5.3.txt
+++ b/RelNotes-1.5.3.txt
@@ -175,6 +175,15 @@ Updates since v1.5.2
- "git log" learned --log-size to show the number of bytes in
the log message part of the output to help qgit.
+ - "git log --name-status" does not require you to give "-r" anymore.
+ As a general rule, Porcelain commands should recurse when showing
+ diff.
+
+ - "git format-patch --root A" can be used to format everything
+ since the beginning up to A. This was supported with
+ "git format-patch --root A A" for a long time, but was not
+ properly documented.
+
- "git svn dcommit" retains local merge information.
- "git svnimport" allows an empty string to be specified as the
@@ -304,8 +313,8 @@ Updates since v1.5.2
when switching branches that have differences in only a
handful paths.
- - "git commit paths..." has also been optimized.
-
+ - "git add paths..." and "git commit paths..." has also been
+ heavily optimized.
Fixes since v1.5.2
------------------
@@ -321,8 +330,11 @@ this release, unless otherwise noted.
- "git-write-tree" had a bad interaction with racy-git avoidance and
gitattributes mechanisms.
+ - "git --bare command" overrode existing GIT_DIR setting and always
+ made it treat the current working directory as GIT_DIR.
+
--
exec >/var/tmp/1
-O=v1.5.3-rc6-47-ge92ea62
+O=v1.5.3-rc7
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
diff --git a/git-add.html b/git-add.html
index 211ea135f..8b9d24f24 100644
--- a/git-add.html
+++ b/git-add.html
@@ -294,9 +294,9 @@ files have changes that are staged for the next commit.
The git add command will not add ignored files by default. If any
ignored files were explicitly specified on the command line, git add
will fail with a list of ignored files. Ignored files reached by
-directory recursion or filename globbing will be silently ignored.
-The add command can be used to add ignored files with the -f
-(force) option.
+directory recursion or filename globbing performed by Git (quote your
+globs before the shell) will be silently ignored. The add command can
+be used to add ignored files with the -f (force) option.
Please see git-commit(1) for alternative ways to add content to a
commit.
@@ -570,7 +570,7 @@ diff