aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-03-14 17:46:51 +0100
committerJonas Bernoulli <jonas@bernoul.li>2023-03-14 17:52:58 +0100
commitb47efecfe652dfddc1de5a751e44cfa64d7a7ea6 (patch)
tree7865a879f4b5d71f8d3eaa0f9ae3559f6a8860b1 /docs
parent553968346d1388dedf74ffba241f027f93e4ad20 (diff)
magit-branch-name-format: Remove support for obsolete %-sequence
"%T" was deprecated in [1: 831372a4ff], five years ago. 1: 2018-02-11 831372a4ffc0c2882599a30f064b230272fcb116 magit-buffer-name-format: put * at both ends or neither
Diffstat (limited to 'docs')
-rw-r--r--docs/magit.org12
-rw-r--r--docs/magit.texi13
2 files changed, 6 insertions, 19 deletions
diff --git a/docs/magit.org b/docs/magit.org
index 2ac41c3..68d8ecd 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -557,15 +557,9 @@ buffers whose major-modes derive from ~magit-mode~.
string. Due to limitations of the ~uniquify~ package, buffer names
must end with the path.
- - ~%T~
-
- Obsolete, use "%t%x" instead. Like ~%t~, but append an asterisk if
- and only if ~magit-uniquify-buffer-names~ is nil.
-
- The value should always contain ~%m~ or ~%M~, ~%v~ or ~%V~, and ~%t~ (or the
- obsolete ~%T~). If ~magit-uniquify-buffer-names~ is non-nil, then the
- value must end with ~%t~ or ~%t%x~ (or the obsolete ~%T~). See issue
- #2841.
+ The value should always contain ~%m~ or ~%M~, ~%v~ or ~%V~, and ~%t~. If
+ ~magit-uniquify-buffer-names~ is non-nil, then the value must end with
+ ~%t~ or ~%t%x~. See issue #2841.
- User Option: magit-uniquify-buffer-names ::
diff --git a/docs/magit.texi b/docs/magit.texi
index 2ace950..0fcf041 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -920,18 +920,11 @@ if @code{magit-uniquify-buffer-names} is non-nil an abbreviation of that.
If @code{magit-uniquify-buffer-names} is nil "*", otherwise the empty
string. Due to limitations of the @code{uniquify} package, buffer names
must end with the path.
-
-@item
-@code{%T}
-
-Obsolete, use "%t%x" instead. Like @code{%t}, but append an asterisk if
-and only if @code{magit-uniquify-buffer-names} is nil.
@end itemize
-The value should always contain @code{%m} or @code{%M}, @code{%v} or @code{%V}, and @code{%t} (or the
-obsolete @code{%T}). If @code{magit-uniquify-buffer-names} is non-nil, then the
-value must end with @code{%t} or @code{%t%x} (or the obsolete @code{%T}). See issue
-#2841.
+The value should always contain @code{%m} or @code{%M}, @code{%v} or @code{%V}, and @code{%t}. If
+@code{magit-uniquify-buffer-names} is non-nil, then the value must end with
+@code{%t} or @code{%t%x}. See issue #2841.
@end defopt
@defopt magit-uniquify-buffer-names