Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 146fe8c

Browse files
committed
RelNotes: the first batch of topics graduated to 'master'
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b22d301 commit 146fe8c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/RelNotes/1.7.11.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Performance
1717

1818
Internal Implementation (please report possible regressions)
1919

20+
* More lower-level commands learned to use the streaming API to read
21+
from the object store without keeping everything in core.
22+
2023

2124
Also contains minor documentation updates and code clean-ups.
2225

@@ -27,3 +30,19 @@ Fixes since v1.7.10
2730
Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
2831
releases are contained in this release (see release notes to them for
2932
details).
33+
34+
* "git commit --author=$name" did not tell the name that was being
35+
recorded in the resulting commit to hooks, even though it does do
36+
so when the end user overrode the authorship via the
37+
"GIT_AUTHOR_NAME" environment variable.
38+
(merge 7dfe8ad jc/commit-hook-authorship later to maint).
39+
40+
* The regexp configured with diff.wordregex was incorrectly reused
41+
across files.
42+
(merge 6440d34 tr/maint-word-diff-regex-sticky later to maint).
43+
44+
* Running "notes merge --commit" failed to perform correctly when run
45+
from any directory inside $GIT_DIR/. When "notes merge" stops with
46+
conflicts, $GIT_DIR/NOTES_MERGE_WORKTREE is the place a user edits
47+
to resolve it.
48+
(merge dabba59 jh/notes-merge-in-git-dir-worktree later to maint).

0 commit comments

Comments
 (0)