summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b22d301)
raw | patch | inline | side by side (parent: b22d301)
author | Junio C Hamano <gitster@pobox.com> | |
Mon, 16 Apr 2012 05:59:31 +0000 (22:59 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 16 Apr 2012 05:59:31 +0000 (22:59 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.11.txt | patch | blob | history |
index a65966e112a65173bf70b39cf193dbc50e64d9fa..7087159419899b23d199f9949b29e89719d2985b 100644 (file)
Internal Implementation (please report possible regressions)
+ * More lower-level commands learned to use the streaming API to read
+ from the object store without keeping everything in core.
+
Also contains minor documentation updates and code clean-ups.
Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
releases are contained in this release (see release notes to them for
details).
+
+ * "git commit --author=$name" did not tell the name that was being
+ recorded in the resulting commit to hooks, even though it does do
+ so when the end user overrode the authorship via the
+ "GIT_AUTHOR_NAME" environment variable.
+ (merge 7dfe8ad jc/commit-hook-authorship later to maint).
+
+ * The regexp configured with diff.wordregex was incorrectly reused
+ across files.
+ (merge 6440d34 tr/maint-word-diff-regex-sticky later to maint).
+
+ * Running "notes merge --commit" failed to perform correctly when run
+ from any directory inside $GIT_DIR/. When "notes merge" stops with
+ conflicts, $GIT_DIR/NOTES_MERGE_WORKTREE is the place a user edits
+ to resolve it.
+ (merge dabba59 jh/notes-merge-in-git-dir-worktree later to maint).