]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes-1.5.3.4.txt
Mention 'cpio' dependency in INSTALL
[thirdparty/git.git] / Documentation / RelNotes-1.5.3.4.txt
1 GIT v1.5.3.4 Release Notes
2 ==========================
3
4 Fixes since v1.5.3.3
5 --------------------
6
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.
11
12 * git-remote did not exit non-zero status upon error.
13
14 * "git-add -i" did not respond very well to EOF from tty nor
15 bogus input.
16
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.
20
21 * "git stash apply --index" was not documented.
22
23
24 --
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