summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.1.2.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-04-18 00:32:23 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-04-18 00:47:59 (GMT)
commitab6029415b7e8acbc1beff7363c74bb94c3f0d9d (patch)
tree7f3d72441d482d113c935411168fe6eed14663f5 /Documentation/RelNotes-1.5.1.2.txt
parent0220f1ebdee113e02031de0dba2d5e2c8623d6bb (diff)
downloadgit-ab6029415b7e8acbc1beff7363c74bb94c3f0d9d.zip
git-ab6029415b7e8acbc1beff7363c74bb94c3f0d9d.tar.gz
git-ab6029415b7e8acbc1beff7363c74bb94c3f0d9d.tar.bz2
Start preparing for 1.5.1.2
Diffstat (limited to 'Documentation/RelNotes-1.5.1.2.txt')
-rw-r--r--Documentation/RelNotes-1.5.1.2.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.1.2.txt b/Documentation/RelNotes-1.5.1.2.txt
new file mode 100644
index 0000000..f58268f
--- /dev/null
+++ b/Documentation/RelNotes-1.5.1.2.txt
@@ -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