Skip to content

Commit a0c4ddf

Browse files
committed
Sixth batch for post 2.8 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 66a80c3 commit a0c4ddf

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

Documentation/RelNotes/2.9.0.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ UI, Workflows & Features
8080
such a case, and allows the users to override it with a new option,
8181
"--no-expand-tabs".
8282

83+
* "git send-email" now uses a more readable timestamps when
84+
formulating a message ID.
85+
(merge f916ab0 ew/send-email-readable-message-id later to maint).
86+
8387

8488
Performance, Internal Implementation, Development Support etc.
8589

@@ -213,6 +217,43 @@ notes for details).
213217
branch we locally checked out).
214218
(merge 95c38fb jk/branch-shortening-funny-symrefs later to maint).
215219

220+
* A partial rewrite of "git submodule" in the 2.7 timeframe changed
221+
the way the gitdir: pointer in the submodules point at the real
222+
repository location to use absolute paths by accident. This has
223+
been corrected.
224+
(merge 1f15ba1 sb/submodule-helper-clone-regression-fix later to maint).
225+
226+
* "git commit" misbehaved in a few minor ways when an empty message
227+
is given via -m '', all of which has been corrected.
228+
(merge 27014cb ad/commit-have-m-option later to maint).
229+
230+
* Support for CRAM-MD5 authentication method in "git imap-send" did
231+
not work well.
232+
(merge eb94ee7 ky/imap-send later to maint).
233+
234+
* Upcoming OpenSSL 1.1.0 will break compilation b updating a few APIs
235+
we use in imap-send, which has been adjusted for the change.
236+
(merge 1245c74 ky/imap-send-openssl-1.1.0 later to maint).
237+
238+
* The socks5:// proxy support added back in 2.6.4 days was not aware
239+
that socks5h:// proxies behave differently.
240+
(merge 87f8a0b jc/http-socks5h later to maint).
241+
242+
* "git config" had a codepath that tried to pass a NULL to
243+
printf("%s"), which nobody seems to have noticed.
244+
(merge 1cae428 jk/do-not-printf-NULL later to maint).
245+
246+
* On Cygwin, object creation uses the "create a temporary and then
247+
rename it to the final name" pattern, not "create a temporary,
248+
hardlink it to the final name and then unlink the temporary"
249+
pattern.
250+
251+
This is necessary to use Git on Windows shared directories, and is
252+
already enabled for the MinGW and plain Windows builds. It also
253+
has been used in Cygwin packaged versions of Git for quite a while.
254+
See http://thread.gmane.org/gmane.comp.version-control.git/291853
255+
(merge e53a64b ad/cygwin-wants-rename later to maint).
256+
216257
* Other minor clean-ups and documentation updates
217258
(merge aed7480 mm/lockfile-error-message later to maint).
218259
(merge bfee614 jc/index-pack later to maint).
@@ -230,3 +271,6 @@ notes for details).
230271
(merge 8e9b208 js/mingw-tests-2.8 later to maint).
231272
(merge d55de70 jc/makefile-redirection-stderr later to maint).
232273
(merge 4232b21 ep/trace-doc-sample-fix later to maint).
274+
(merge ef8c95e ew/send-email-drop-data-dumper later to maint).
275+
(merge 24041d6 jc/xstrfmt-null-with-prec-0 later to maint).
276+
(merge 7bec7f5 jk/use-write-script-more later to maint).

0 commit comments

Comments
 (0)