File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Performance
1717
1818Internal 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
2124Also contains minor documentation updates and code clean-ups.
2225
@@ -27,3 +30,19 @@ Fixes since v1.7.10
2730Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
2831releases are contained in this release (see release notes to them for
2932details).
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).
You can’t perform that action at this time.
0 commit comments