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 <junkio@cox.net>2007-05-01 04:09:48 +0400
committerJunio C Hamano <junkio@cox.net>2007-05-01 04:09:48 +0400
commitb5cc62f701abf8b903387a5d7c77a59f347d66fd (patch)
tree5e1694929e67aba57368f4e5a4bab51101bf4db5
parent928a559000e1c9ba0d570c5d3d4e11155b4d1ffd (diff)
GIT v1.5.1.3v1.5.1.3
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/RelNotes-1.5.1.3.txt20
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 15 insertions, 7 deletions
diff --git a/Documentation/RelNotes-1.5.1.3.txt b/Documentation/RelNotes-1.5.1.3.txt
index 9a4b069ccc..2ddeabd029 100644
--- a/Documentation/RelNotes-1.5.1.3.txt
+++ b/Documentation/RelNotes-1.5.1.3.txt
@@ -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
@@ -19,6 +19,8 @@ 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
@@ -31,8 +33,14 @@ Fixes since v1.5.1.2
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 41ee8b4ea2..cd9e0500e0 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.1.2.GIT
+DEF_VER=v1.5.1.3.GIT
LF='
'