Skip to content

Commit 355d4e1

Browse files
committed
Post 2.3 cycle (batch #4)
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9a9c1f1 commit 355d4e1

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

RelNotes

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,31 @@ notes for details).
141141
* The credential helper for Windows (in contrib/) used to mishandle
142142
a user name with an at-sign in it.
143143
(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

Comments
 (0)