File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff 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
1936echo O=`git describe maint`
20- git shortlog --no-merges $O..
37+ git shortlog --no-merges $O..maint
You can’t perform that action at this time.
0 commit comments