summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 928a559)
raw | patch | inline | side by side (parent: 928a559)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 1 May 2007 00:09:48 +0000 (17:09 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 1 May 2007 00:09:48 +0000 (17:09 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/RelNotes-1.5.1.3.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 9a4b069ccc0b7979eb78477a05caa5633533b26d..2ddeabd0296848eeb6344b5487f85e9c484eaf0a 100644 (file)
-GIT v1.5.1.3 Release Notes (draft)
+GIT v1.5.1.3 Release Notes
==========================
Fixes since v1.5.1.2
- git-svn inconsistently stripped away username from the URL
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
period '.' in them. Also it did not allow overriding
envelope sender, which made it impossible to send patches to
packfiles incorrectly closed the fd that was still being
used to read the pack.
----
-exec >/var/tmp/1
-O=v1.5.1.2-23-gbf7af11
-echo O=`git describe refs/heads/maint`
-git shortlog --no-merges $O..refs/heads/maint
+ - import-tars contributed front-end for fastimport was passing
+ wrong directory modes without checking.
+
+ - git-fastimport trusted its input too much and allowed to
+ 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.
+
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 41ee8b4ea2af9e25f7ac2ad56c083108080de49e..cd9e0500e03a9eb9a8469a795381fed979d6f3df 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.1.2.GIT
+DEF_VER=v1.5.1.3.GIT
LF='
'