Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-07-13 01:54:33 +0400
committerJunio C Hamano <gitster@pobox.com>2007-07-13 01:54:33 +0400
commit61c3f9086a733124258168f5c8e7437e3c56f3c3 (patch)
treec0dcd0a1e27540d8d434a3c751990124b4681254
parentf8db7884286232274c8e7c7d82a35a2478b097d3 (diff)
GIT v1.5.3-rc1v1.5.3-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.5.3.txt10
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 10 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.5.3.txt b/Documentation/RelNotes-1.5.3.txt
index e2e809e3c8..63e33b9d27 100644
--- a/Documentation/RelNotes-1.5.3.txt
+++ b/Documentation/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/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 06c360b267..3c0032cec5 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.2.GIT
+DEF_VER=v1.5.3.GIT
LF='
'