summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.9.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-30 01:08:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-05-30 01:08:26 (GMT)
commitf3913c2d03abc660140678a9e14dac399f847647 (patch)
tree32c01daad27f5f05b74e7ad50edde687402a5b82 /Documentation/RelNotes/2.9.0.txt
parentc6c655fdb174b1506fa508b4ac09b1a60bae22cf (diff)
downloadgit-f3913c2d03abc660140678a9e14dac399f847647.zip
git-f3913c2d03abc660140678a9e14dac399f847647.tar.gz
git-f3913c2d03abc660140678a9e14dac399f847647.tar.bz2
Final batch before 2.9-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.9.0.txt')
-rw-r--r--Documentation/RelNotes/2.9.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.9.0.txt b/Documentation/RelNotes/2.9.0.txt
index a60e92e..1bfcce0 100644
--- a/Documentation/RelNotes/2.9.0.txt
+++ b/Documentation/RelNotes/2.9.0.txt
@@ -151,6 +151,9 @@ UI, Workflows & Features
configuration variable and act as if "--verbose" option was
given from the command line.
+ * Give hints to GMail users with two-factor auth enabled that
+ they need app-specific-password when using send-email.
+
Performance, Internal Implementation, Development Support etc.
@@ -475,6 +478,14 @@ notes for details).
dir-diff mode.
(merge 366f9ce da/difftool later to maint).
+ * The "are we talking with TTY, doing an interactive session?"
+ detection has been updated to work better for "Git for Windows".
+ (merge f7f90e0 kb/msys2-tty later to maint).
+
+ * We forgot to add "git log --decorate=auto" to documentation when we
+ added the feature back in v2.1.0 timeframe.
+ (merge 462cbb4 rj/log-decorate-auto later to maint).
+
* Other minor clean-ups and documentation updates
(merge 832c0e5 lp/typofixes later to maint).
(merge f5ee54a sb/z-is-gnutar-ism later to maint).