Final batch before 2.9-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
May 29, 2016 at 18:08 UTC
f3913c2d03abc660140678a9e14dac399f847647
1 file changed
+11
Documentation/RelNotes/2.9.0.txt
+11
@@ -151,6 +151,9 @@ UI, Workflows & Features
151
configuration variable and act as if "--verbose" option was
152
given from the command line.
153
154
+ * Give hints to GMail users with two-factor auth enabled that
155
+ they need app-specific-password when using send-email.
156
+
157
158
Performance, Internal Implementation, Development Support etc.
159
@@ -475,6 +478,14 @@ notes for details).
478
dir-diff mode.
479
(merge 366f9ce da/difftool later to maint).
480
481
+ * The "are we talking with TTY, doing an interactive session?"
482
+ detection has been updated to work better for "Git for Windows".
483
+ (merge f7f90e0 kb/msys2-tty later to maint).
484
+
485
+ * We forgot to add "git log --decorate=auto" to documentation when we
486
+ added the feature back in v2.1.0 timeframe.
487
+ (merge 462cbb4 rj/log-decorate-auto later to maint).
488
+
489
* Other minor clean-ups and documentation updates
490
(merge 832c0e5 lp/typofixes later to maint).
491
(merge f5ee54a sb/z-is-gnutar-ism later to maint).