Skip to content

Commit 4bc94d2

Browse files
author
Junio C Hamano
committed
GIT 1.5.0.1
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 38eb932 commit 4bc94d2

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

Documentation/RelNotes-1.5.0.1.txt

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,28 @@ Fixes since v1.5.0
1515
- Converted remaining mentions of update-index on Porcelain
1616
documents to git-add/git-rm.
1717

18+
- Some i18n.* configuration variables were incorrectly
19+
described as core.*; fixed.
20+
1821
* Bugfixes
1922

23+
- git-add and git-update-index on a filesystem on which
24+
executable bits are unreliable incorrectly reused st_mode
25+
bits even when the path changed between symlink and regular
26+
file.
27+
2028
- git-daemon marks the listening sockets with FD_CLOEXEC so
2129
that it won't be leaked into the children.
2230

2331
- segfault from git-blame when the mandatory pathname
2432
parameter was missing was fixed; usage() message is given
2533
instead.
2634

35+
- git-rev-list did not read $GIT_DIR/config file, which means
36+
that did not honor i18n.logoutputencoding correctly.
37+
2738
* Tweaks
2839

2940
- sliding mmap() inefficiently mmaped the same region of a
3041
packfile with an access pattern that used objects in the
3142
reverse order. This has been made more efficient.
32-
33-
--
34-
exec >/var/tmp/1
35-
O=v1.5.0-24-g460ca30
36-
echo O=`git describe maint`
37-
git shortlog --no-merges $O..maint

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.0.GIT
4+
DEF_VER=v1.5.0.1.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.5.0.txt
1+
Documentation/RelNotes-1.5.0.1.txt

0 commit comments

Comments
 (0)