Skip to content

Commit 4c75136

Browse files
committed
GIT 1.5.3.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 54e1abc commit 4c75136

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

Documentation/RelNotes-1.5.3.4.txt

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,32 @@ GIT v1.5.3.4 Release Notes
44
Fixes since v1.5.3.3
55
--------------------
66

7-
* Sample 'post-receive-hook' incorrectly sent out push
7+
* Change to "git-ls-files" in v1.5.3.3 that was introduced to support
8+
partial commit of removal better had a segfaulting bug, which was
9+
diagnosed and fixed by Keith and Carl.
10+
11+
* Performance improvements for rename detection has been backported
12+
from the 'master' branch.
13+
14+
* "git-for-each-ref --format='%(numparent)'" was not working
15+
correctly at all, and --format='%(parent)' was not working for
16+
merge commits.
17+
18+
* Sample "post-receive-hook" incorrectly sent out push
819
notification e-mails marked as "From: " the committer of the
920
commit that happened to be at the tip of the branch that was
1021
pushed, not from the person who pushed.
1122

12-
* git-remote did not exit non-zero status upon error.
23+
* "git-remote" did not exit non-zero status upon error.
1324

1425
* "git-add -i" did not respond very well to EOF from tty nor
1526
bogus input.
1627

17-
* "git rebase -i" squash subcommand incorrectly made the
28+
* "git-rebase -i" squash subcommand incorrectly made the
1829
author of later commit the author of resulting commit,
1930
instead of taking from the first one in the squashed series.
2031

21-
* "git stash apply --index" was not documented.
22-
32+
* "git-stash apply --index" was not documented.
2333

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
34+
* autoconfiguration learned that "ar" command is found as "gas" on
35+
some systems.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.5.3.3.GIT
4+
DEF_VER=v1.5.3.4.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)