Update git-cherry-pick documentation
[git] / Documentation / RelNotes-1.5.1.2.txt
1 GIT v1.5.1.2 Release Notes (draft)
2 ==========================
3
4 Fixes since v1.5.1.1
5 --------------------
6
7 * Bugfixes
8
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.
13
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).
18
19   - various git-svn fixes.
20
21   - Sample update hook incorrectly always refused requests to
22     delete branches through push.
23
24   - git-blame on a very long working tree path had buffer
25     overrun problem.
26
27 * Documentation updates
28
29   - Various documentation updates from J. Bruce Fields, Frank
30     Lichtenheld, Alex Riesen and others.  Andrew Ruder started a
31     war on undocumented options.
32
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