summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f8db788)
raw | patch | inline | side by side (parent: f8db788)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 12 Jul 2007 21:54:33 +0000 (14:54 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 12 Jul 2007 21:54:33 +0000 (14:54 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.3.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index e2e809e3c8e700dc23ed7c95a2f2c2fa8ff2f708..63e33b9d279f4f434b7772c7860a3915287aa9c1 100644 (file)
* 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.
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.
--
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 06c360b267f0d9e459e44ccaa81dd16b4384c627..3c0032cec592a765692234f1cba47dfdcc3a9200 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.2.GIT
+DEF_VER=v1.5.3.GIT
LF='
'