From 235d53f227234a5905682cc55d59adcc6369c48c Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Fri, 13 Jul 2007 00:25:15 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.3-rc1
---
RelNotes-1.5.2.4.txt | 28 ++++++++++++++++++++++++++++
RelNotes-1.5.3.txt | 10 +++++++++-
config.txt | 6 ++++++
git-config.html | 13 ++++++++++++-
git-log.html | 20 +++++++++++++++++++-
git-log.txt | 9 +++++++++
git-pack-objects.html | 18 +++++++++++++++++-
git-pack-objects.txt | 11 +++++++++++
git-repack.html | 18 +++++++++++++++++-
git-repack.txt | 11 +++++++++++
git.html | 2 +-
git.txt | 3 ++-
12 files changed, 142 insertions(+), 7 deletions(-)
create mode 100644 RelNotes-1.5.2.4.txt
diff --git a/RelNotes-1.5.2.4.txt b/RelNotes-1.5.2.4.txt
new file mode 100644
index 000000000..75cff475f
--- /dev/null
+++ b/RelNotes-1.5.2.4.txt
@@ -0,0 +1,28 @@
+GIT v1.5.2.4 Release Notes
+==========================
+
+Fixes since v1.5.2.3
+--------------------
+
+ * Bugfixes
+
+ - "git-gui" bugfixes, including a handful fixes to run it
+ better on Cygwin/MSYS.
+
+ - "git checkout" failed to switch back and forth between
+ branches, one of which has "frotz -> xyzzy" symlink and
+ file "xyzzy/filfre", while the other one has a file
+ "frotz/filfre".
+
+ - "git prune" used to segfault upon seeing a commit that is
+ referred to by a tree object (aka "subproject").
+
+ - "git diff --name-status --no-index" mishandled an added file.
+
+ - "git apply --reverse --whitespace=warn" still complained
+ about whitespaces that a forward application would have
+ introduced.
+
+ * Documentation Fixes and Updates
+
+ - A handful documentation updates.
diff --git a/RelNotes-1.5.3.txt b/RelNotes-1.5.3.txt
index e2e809e3c..63e33b9d2 100644
--- a/RelNotes-1.5.3.txt
+++ b/RelNotes-1.5.3.txt
@@ -21,6 +21,9 @@ Updates since v1.5.2
* New commands and options.
+ - The hunk header output from "git diff" family can be customized
+ with the attributes mechanism. See gitattributes(5) for details.
+
- "git stash" allows you to quickly save away your work in
progress and replay it later on an updated state.
@@ -184,6 +187,11 @@ Updates since v1.5.2
small enough delta results it creates while looking for the
best delta candidates.
+ - git-pack-objects learned a new heuristcs to prefer delta
+ that is shallower in depth over the smallest delta
+ possible. This improves both overall packfile access
+ performance and packfile density.
+
- diff-delta code that is used for packing has been improved
to work better on big files.
@@ -210,6 +218,6 @@ this release, unless otherwise noted.
--
exec >/var/tmp/1
-O=v1.5.3-rc0
+O=v1.5.3-rc1
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 4b67f0adf..11b332117 100644
--- a/config.txt
+++ b/config.txt
@@ -589,6 +589,12 @@ 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.
+pack.windowMemory::
+ The window memory size limit used by gitlink:git-pack-objects[1]
+ when no limit is given on the command line. The value can be
+ suffixed with "k", "m", or "g". Defaults to 0, meaning no
+ limit.
+
pack.compression::
An integer -1..9, indicating the compression level for objects
in a pack file. -1 is the zlib default. 0 means no
diff --git a/git-config.html b/git-config.html
index f931bb5cb..cd9c45495 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1577,6 +1577,17 @@ pack.depth
+pack.windowMemory
+
+
+
+ The window memory size limit used by git-pack-objects(1)
+ when no limit is given on the command line. The value can be
+ suffixed with "k", "m", or "g". Defaults to 0, meaning no
+ limit.
+
+
+
pack.compression
@@ -1839,7 +1850,7 @@ transfer.unpackLimit