From 91d44c573c59f25cccb2611879c9eab49c55c2bb Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Wed, 9 May 2007 07:16:07 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.2-rc2-46-g4675
---
RelNotes-1.5.1.4.txt | 30 ++++++++++++++++++++++++++++++
RelNotes-1.5.2.txt | 20 ++++++++++++++++++--
config.txt | 4 ++++
git-config.html | 11 ++++++++++-
git-pack-objects.html | 4 ++--
git-pack-objects.txt | 2 +-
git-repack.html | 4 ++--
git-repack.txt | 2 +-
git.html | 2 +-
git.txt | 6 +++++-
user-manual.html | 11 +++++------
user-manual.txt | 13 ++++++-------
12 files changed, 85 insertions(+), 24 deletions(-)
create mode 100644 RelNotes-1.5.1.4.txt
diff --git a/RelNotes-1.5.1.4.txt b/RelNotes-1.5.1.4.txt
new file mode 100644
index 000000000..df2f66ccb
--- /dev/null
+++ b/RelNotes-1.5.1.4.txt
@@ -0,0 +1,30 @@
+GIT v1.5.1.4 Release Notes
+==========================
+
+Fixes since v1.5.1.3
+--------------------
+
+* Bugfixes
+
+ - "git-http-fetch" did not work around a bug in libcurl
+ earlier than 7.16 (curl_multi_remove_handle() was broken).
+
+ - "git cvsserver" handles a file that was once removed and
+ then added again correctly.
+
+ - import-tars script (in contrib/) handles GNU tar archives
+ that contain pathnames longer than 100 bytes (long-link
+ extension) correctly.
+
+ - xdelta test program did not build correctly.
+
+ - gitweb sometimes tried incorrectly to apply function to
+ decode utf8 twice, resulting in corrupt output.
+
+ - "git blame -C" mishandled text at the end of a group of
+ lines.
+
+ - "git log/rev-list --boundary" did not produce output
+ correctly without --left-right option.
+
+ - Many documentation updates.
diff --git a/RelNotes-1.5.2.txt b/RelNotes-1.5.2.txt
index 02b8ea0a6..c14f3da7a 100644
--- a/RelNotes-1.5.2.txt
+++ b/RelNotes-1.5.2.txt
@@ -32,7 +32,7 @@ Updates since v1.5.1
arbitrary filter to contents on check-in/check-out codepath
but this feature is an extremely sharp-edged razor and needs
to be handled with caution (do not use it unless you
- understand the earlier mailing list discussion on keyward
+ understand the earlier mailing list discussion on keyword
expansion).
* The packfile format now optionally suports 64-bit index.
@@ -42,6 +42,8 @@ Updates since v1.5.1
needs more than 32-bit to express offsets of objects in the
pack
+* Comes with an updated git-gui 0.7.0
+
* New commands and options.
- "git bisect start" can optionally take a single bad commit and
@@ -112,6 +114,13 @@ Updates since v1.5.1
- "git blame" uses .mailmap to canonicalize the author name
just like "git shortlog" does.
+ - "git pack-objects" pays attention to pack.depth
+ configuration variable.
+
+ - "git cherry-pick" and "git revert" does not use .msg file in
+ the working tree to prepare commit message; instead it uses
+ $GIT_DIR/MERGE_MSG as other commands.
+
* Builds
- git-p4import has never been installed; now there is an
@@ -137,6 +146,11 @@ Updates since v1.5.1
renamed it. We do not do that when there is no rename, so
match that behaviour.
+ - The default pack depth has been increased to 50, as the
+ recent addition of delta_base_cache makes deeper delta chains
+ much less expensive to access.
+
+
Fixes since v1.5.1
------------------
@@ -165,12 +179,14 @@ this release, unless otherwise noted.
- git-fetch had trouble with a remote with insanely large number
of refs.
+ - "git clean -d -X" now does not remove non-excluded directories.
+
* Documentation updates
* Performance Tweaks
--
exec >/var/tmp/1
-O=v1.5.2-rc1-32-g125a5f1
+O=v1.5.2-rc2-45-g618e613
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
diff --git a/config.txt b/config.txt
index 24f9655fe..ea434af9d 100644
--- a/config.txt
+++ b/config.txt
@@ -546,6 +546,10 @@ pack.window::
The size of the window used by gitlink:git-pack-objects[1] when no
window size is given on the command line. Defaults to 10.
+pack.depth::
+ The maximum delta depth used by gitlink:git-pack-objects[1] when no
+ maximum depth is given on the command line. Defaults to 50.
+
pull.octopus::
The default merge strategy to use when pulling multiple branches
at once.
diff --git a/git-config.html b/git-config.html
index 74bccbfc6..9251753c0 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1423,6 +1423,15 @@ pack.window
+pack.depth
+
+
+
+ The maximum delta depth used by git-pack-objects(1) when no
+ maximum depth is given on the command line. Defaults to 50.
+
+
+
pull.octopus
@@ -1654,7 +1663,7 @@ transfer.unpackLimit