File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.5.0.GIT
4+ DEF_VER=v1.5.0.1. GIT
55
66LF='
77'
Original file line number Diff line number Diff line change 1- Documentation/RelNotes-1.5.0.txt
1+ Documentation/RelNotes-1.5.0.1. txt
You can’t perform that action at this time.
0 commit comments