GIT 1.5.3.3
[git/dscho.git] / Documentation / RelNotes-1.5.3.3.txt
blobe91bd84162456e54a565551eff3101f3eb261f3e
1 GIT v1.5.3.3 Release Notes
2 ==========================
4 Fixes since v1.5.3.2
5 --------------------
7  * git-quiltimport did not like it when a patch described in the
8    series file does not exist.
10  * p4 importer missed executable bit in some cases.
12  * The default shell on some FreeBSD did not execute the
13    argument parsing code correctly and made git unusable.
15  * git-svn incorrectly spawned pager even when the user user
16    explicitly asked not to.
18  * sample post-receive hook overquoted the envelope sender
19    value.
21  * git-am got confused when the patch contained a change that is
22    only about type and not contents.
24  * git-mergetool did not show our and their version of the
25    conflicted file when started from a subdirectory of the
26    project.
28  * git-mergetool did not pass correct options when invoking diff3.
30  * git-log sometimes invoked underlying "diff" machinery
31    unnecessarily.
34 exec >/var/tmp/1
35 O=v1.5.3.2-29-gb7bb760
36 echo O=`git describe refs/heads/maint`
37 git shortlog --no-merges $O..refs/heads/maint