Skip to content

Commit

Permalink
GIT v1.5.3-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jul 12, 2007
1 parent f8db788 commit 61c3f90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Documentation/RelNotes-1.5.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand All @@ -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
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.5.2.GIT
DEF_VER=v1.5.3.GIT

LF='
'
Expand Down

0 comments on commit 61c3f90

Please sign in to comment.