fixed link in documentation of diff-options
[git.git] / Documentation / RelNotes-1.5.3.4.txt
blob47ba2870a2808f6c14b8646c60b650801924fd27
1 GIT v1.5.3.4 Release Notes
2 ==========================
4 Fixes since v1.5.3.3
5 --------------------
7  * Sample 'post-receive-hook' incorrectly sent out push
8    notification e-mails marked as "From: " the committer of the
9    commit that happened to be at the tip of the branch that was
10    pushed, not from the person who pushed.
12  * git-remote did not exit non-zero status upon error.
14  * "git-add -i" did not respond very well to EOF from tty nor
15    bogus input.
17  * "git rebase -i" squash subcommand incorrectly made the
18    author of later commit the author of resulting commit,
19    instead of taking from the first one in the squashed series.
21  * "git stash apply --index" was not documented.
25 exec >/var/tmp/1
26 O=v1.5.3.3-6-g0bdcac5
27 echo O=`git describe refs/heads/maint`
28 git shortlog --no-merges $O..refs/heads/maint