1 GIT v1.5.1.2 Release Notes (draft)
2 ==========================
9 - "git diff a/ b/" incorrectly fell in "diff between two
10 filesystem objects" codepath, when the user most likely
11 wanted to limit the extent of output to two tracked
14 - git-quiltimport had the same bug as we fixed for
15 git-applymbox in v1.5.1.1 -- it gave an alarming "did not
16 have any patch" message (but did not actually fail and was
19 - various git-svn fixes.
21 - Sample update hook incorrectly always refused requests to
22 delete branches through push.
24 - git-blame on a very long working tree path had buffer
27 * Documentation updates
29 - Various documentation updates from J. Bruce Fields, Frank
30 Lichtenheld, Alex Riesen and others. Andrew Ruder started a
31 war on undocumented options.
35 O=v1.5.1.1-31-g0220f1e
36 echo O=`git describe refs/heads/maint`
37 git shortlog --no-merges $O..refs/heads/maint