GIT v1.5.1.3

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2007-04-30 17:09:48 -07:00
parent 928a559000
commit b5cc62f701
2 changed files with 15 additions and 7 deletions

View File

@ -1,4 +1,4 @@
GIT v1.5.1.3 Release Notes (draft) GIT v1.5.1.3 Release Notes
========================== ==========================
Fixes since v1.5.1.2 Fixes since v1.5.1.2
@ -19,6 +19,8 @@ Fixes since v1.5.1.2
- git-svn inconsistently stripped away username from the URL - git-svn inconsistently stripped away username from the URL
only when svnsync_props was in use. only when svnsync_props was in use.
- git-svn got confused when handling symlinks on Mac OS.
- git-send-email was not quoting recipient names that have - git-send-email was not quoting recipient names that have
period '.' in them. Also it did not allow overriding period '.' in them. Also it did not allow overriding
envelope sender, which made it impossible to send patches to envelope sender, which made it impossible to send patches to
@ -31,8 +33,14 @@ Fixes since v1.5.1.2
packfiles incorrectly closed the fd that was still being packfiles incorrectly closed the fd that was still being
used to read the pack. used to read the pack.
--- - import-tars contributed front-end for fastimport was passing
exec >/var/tmp/1 wrong directory modes without checking.
O=v1.5.1.2-23-gbf7af11
echo O=`git describe refs/heads/maint` - git-fastimport trusted its input too much and allowed to
git shortlog --no-merges $O..refs/heads/maint create corrupt tree objects with entries without a name.
- git-fetch needlessly barfed when too long reflog action
description was given by the caller.
Also contains various documentation updates.

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.5.1.2.GIT DEF_VER=v1.5.1.3.GIT
LF=' LF='
' '