Update git-cherry-pick documentation
[git/dscho.git] / Documentation / RelNotes-1.5.1.2.txt
blobf58268f6be37d0de6dbc4e34de1dd539a7504e84
1 GIT v1.5.1.2 Release Notes (draft)
2 ==========================
4 Fixes since v1.5.1.1
5 --------------------
7 * Bugfixes
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
12     directories.
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
17     harmless).
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
25     overrun problem.
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.
33 ---
34 exec >/var/tmp/1
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