aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-08-08 17:39:55 +0200
committerJonas Bernoulli <jonas@bernoul.li>2021-08-08 17:44:40 +0200
commita990a44c96dc069bb52800b923c466acc6d5f369 (patch)
treec4a36da096e5b15ad8cb449e979dc017bafdfc02 /Documentation
parente0375e9bf3a918c373d41ba6563a0d8612f0d1bb (diff)
magit-branch-{remote-head,current}: Theme for terminals as well
Closes #4206.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/3.3.0.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/3.3.0.org b/Documentation/RelNotes/3.3.0.org
index 0a49105..55efbcc 100644
--- a/Documentation/RelNotes/3.3.0.org
+++ b/Documentation/RelNotes/3.3.0.org
@@ -6,3 +6,9 @@
single file that isn't being tracked anymore. #4381
** Fixes since v3.2.0
+
+- Make ~magit-branch-remote-head~ and ~magit-branch-current~ fall back
+ to ~:inverse-video~ when the ~:box~ attribute isn't support, i.e. in
+ a terminal. If this change does not have any effect for you then
+ your theme probably changes these faces and should stop doing so.
+ #4206