Variable: magit-uniquify-buffer-names

magit-uniquify-buffer-names is a customizable variable defined in magit-mode.el.

Value

t

Documentation

Whether to uniquify the names of Magit buffers.

This variable was added, or its default value changed, in magit version 2.3.0.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-mode.el
(defcustom magit-uniquify-buffer-names t
  "Whether to uniquify the names of Magit buffers."
  :package-version '(magit . "2.3.0")
  :group 'magit-buffers
  :type 'boolean)