summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-10-18 01:27:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-10-18 01:27:06 (GMT)
commit25baa8ef90beb5be5d0ac2a9176fbc72d43d488e (patch)
tree5e7a349238b213732fb0e2261d74e459563b8d11 /Documentation/RelNotes
parent1c0b983a777bf283250aaf00c94a9a9d4bf8bc9c (diff)
downloadgit-25baa8ef90beb5be5d0ac2a9176fbc72d43d488e.zip
git-25baa8ef90beb5be5d0ac2a9176fbc72d43d488e.tar.gz
git-25baa8ef90beb5be5d0ac2a9176fbc72d43d488e.tar.bz2
Preparing for rc2 continues
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.15.0.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/RelNotes/2.15.0.txt b/Documentation/RelNotes/2.15.0.txt
index a94cf67..1267c3f 100644
--- a/Documentation/RelNotes/2.15.0.txt
+++ b/Documentation/RelNotes/2.15.0.txt
@@ -483,9 +483,8 @@ Fixes since v2.14
* Users with "color.ui = always" in their configuration were broken
by a recent change that made plumbing commands to pay attention to
them as the patch created internally by "git add -p" were colored
- (heh) and made unusable. Fix this regression by redefining
- 'always' to mean the same thing as 'auto'.
- (merge 6be4595edb jk/ui-color-always-to-auto-maint later to maint).
+ (heh) and made unusable. This has been fixed by reverting the
+ offending change.
* In the "--format=..." option of the "git for-each-ref" command (and
its friends, i.e. the listing mode of "git branch/tag"), "%(atom:)"