Skip to content

Commit 21b4875

Browse files
author
Junio C Hamano
committed
Update draft release notes for 1.5.0.1
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 460ca30 commit 21b4875

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

Documentation/RelNotes-1.5.0.1.txt

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,31 @@ Fixes since v1.5.0
77
* Documentation updates
88

99
- Clarifications and corrections to 1.5.0 release notes.
10+
1011
- The main documentation did not link to git-remote documentation.
1112

13+
- Clarified introductory text of git-rebase documentation.
14+
15+
- Converted remaining mentions of update-index on Porcelain
16+
documents to git-add/git-rm.
17+
1218
* Bugfixes
1319

1420
- git-daemon marks the listening sockets with FD_CLOEXEC so
1521
that it won't be leaked into the children.
1622

23+
- segfault from git-blame when the mandatory pathname
24+
parameter was missing was fixed; usage() message is given
25+
instead.
26+
27+
* Tweaks
28+
29+
- sliding mmap() inefficiently mmaped the same region of a
30+
packfile with an access pattern that used objects in the
31+
reverse order. This has been made more efficient.
32+
1733
--
18-
O=v1.5.0-7-g37b73cf
34+
exec >/var/tmp/1
35+
O=v1.5.0-24-g460ca30
1936
echo O=`git describe maint`
20-
git shortlog --no-merges $O..
37+
git shortlog --no-merges $O..maint

0 commit comments

Comments
 (0)