@@ -141,3 +141,31 @@ notes for details).
141
141
* The credential helper for Windows (in contrib/) used to mishandle
142
142
a user name with an at-sign in it.
143
143
(merge 13d261e av/wincred-with-at-in-username-fix later to maint).
144
+
145
+ * Longstanding configuration variable naming rules has been added to
146
+ the documentation.
147
+ (merge 35840a3 jc/conf-var-doc later to maint).
148
+
149
+ * An earlier workaround to squelch unhelpful deprecation warnings
150
+ from the complier on Mac OSX unnecessarily set minimum required
151
+ version of the OS, which the user might want to raise (or lower)
152
+ for other reasons.
153
+ (merge 88c03eb es/squelch-openssl-warnings-on-macosx later to maint).
154
+
155
+ * Certain older vintages of cURL give irregular output from
156
+ "curl-config --vernum", which confused our build system.
157
+ (merge 3af6792 tc/curl-vernum-output-broken-in-7.11 later to maint).
158
+
159
+ * In v2.2.0, we broke "git prune" that runs in a repository that
160
+ borrows from an alternate object store.
161
+ (merge b0a4264 jk/prune-mtime later to maint).
162
+
163
+ * "git submodule add" failed to squash "path/to/././submodule" to
164
+ "path/to/submodule".
165
+ (merge 8196e72 ps/submodule-sanitize-path-upon-add later to maint).
166
+
167
+ * "git merge-file" did not work correctly in a subdirectory.
168
+ (merge 204a8ff ab/merge-file-prefix later to maint).
169
+
170
+ * "git blame" died, trying to free an uninitialized piece of memory.
171
+ (merge e600592 es/blame-commit-info-fix later to maint).
0 commit comments