summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0220f1e)
raw | patch | inline | side by side (parent: 0220f1e)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 18 Apr 2007 00:32:23 +0000 (17:32 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 18 Apr 2007 00:47:59 +0000 (17:47 -0700) |
Documentation/RelNotes-1.5.1.2.txt | [new file with mode: 0644] | patch | blob |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes-1.5.1.2.txt b/Documentation/RelNotes-1.5.1.2.txt
--- /dev/null
@@ -0,0 +1,37 @@
+GIT v1.5.1.2 Release Notes (draft)
+==========================
+
+Fixes since v1.5.1.1
+--------------------
+
+* Bugfixes
+
+ - "git diff a/ b/" incorrectly fell in "diff between two
+ filesystem objects" codepath, when the user most likely
+ wanted to limit the extent of output to two tracked
+ directories.
+
+ - git-quiltimport had the same bug as we fixed for
+ git-applymbox in v1.5.1.1 -- it gave an alarming "did not
+ have any patch" message (but did not actually fail and was
+ harmless).
+
+ - various git-svn fixes.
+
+ - Sample update hook incorrectly always refused requests to
+ delete branches through push.
+
+ - git-blame on a very long working tree path had buffer
+ overrun problem.
+
+* Documentation updates
+
+ - Various documentation updates from J. Bruce Fields, Frank
+ Lichtenheld, Alex Riesen and others. Andrew Ruder started a
+ war on undocumented options.
+
+---
+exec >/var/tmp/1
+O=v1.5.1.1-31-g0220f1e
+echo O=`git describe refs/heads/maint`
+git shortlog --no-merges $O..refs/heads/maint
diff --git a/RelNotes b/RelNotes
index 59e7391e0fe0bb617e0b72887f63e6dd4813c720..09f5a7413c933a5778796a7b6b04499ac2c1a9f1 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.5.1.1.txt
\ No newline at end of file
+Documentation/RelNotes-1.5.1.2.txt
\ No newline at end of file