Second batch for 2.11
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Sep 15, 2016 at 14:13 UTC
e510a86c816530237c99de34ce3049043f4b5d37
1 file changed
+25
Documentation/RelNotes/2.11.0.txt
+25
@@ -44,6 +44,10 @@ Performance, Internal Implementation, Development Support etc.
44
script file "git am" internally uses.
45
(merge a77598e jc/am-read-author-file later to maint).
46
47
+ * Lifts calls to exit(2) and die() higher in the callchain in
48
+ sequencer.c files so that more helper functions in it can be used
49
+ by callers that want to handle error conditions themselves.
50
+
51
52
Also contains various documentation updates and code clean-ups.
53
@@ -88,6 +92,25 @@ notes for details).
92
newer GIT_TRACE_CURL.
93
(merge 14e2411 ep/use-git-trace-curl-in-tests later to maint).
94
95
+ * "git pack-objects --include-tag" was taught that when we know that
96
+ we are sending an object C, we want a tag B that directly points at
97
+ C but also a tag A that points at the tag B. We used to miss the
98
+ intermediate tag B in some cases.
99
+ (merge b773dde jk/pack-tag-of-tag later to maint).
100
+
101
+ * Update Japanese translation for "git-gui".
102
+ (merge 02748bc sy/git-gui-i18n-ja later to maint).
103
+
104
+ * "git fetch http::/site/path" did not die correctly and segfaulted
105
+ instead.
106
+ (merge d63ed6e jk/fix-remote-curl-url-wo-proto later to maint).
107
+
108
+ * "git commit-tree" stopped reading commit.gpgsign configuration
109
+ variable that was meant for Porcelain "git commit" in Git 2.9; we
110
+ forgot to update "git gui" to look at the configuration to match
111
+ this change.
112
+ (merge f14a310 js/git-gui-commit-gpgsign later to maint).
113
+
114
* Other minor doc, test and build updates and code cleanups.
115
(merge 3e1952e jk/squelch-false-warning-from-gcc-o3 later to maint).
116
(merge ca2baa3 rs/compat-strdup later to maint).
@@ -95,3 +118,5 @@ notes for details).
118
(merge c00bfc9 js/t9903-chaining later to maint).
119
(merge 5e4e5bb sb/xdiff-remove-unused-static-decl later to maint).
120
(merge 5cb5fe4 sb/transport-report-missing-submodule-on-stderr later to maint).
121
+ (merge a1c8044 ah/misc-message-fixes later to maint).
122
+ (merge ca9b37e sb/diff-cleanup later to maint).