Variable: magit-branch-name-suggestions
magit-branch-name-suggestions is a customizable variable defined in
magit-branch.el.
Value
nil
Documentation
List of names and/or prefixes suggested when naming a new branch.
This variable was added, or its default value changed, in magit version 4.6.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260822.1158/magit-branch.el
(defcustom magit-branch-name-suggestions nil
"List of names and/or prefixes suggested when naming a new branch."
:package-version '(magit . "4.6.0")
:group 'magit-commands
:type '(repeat string)
:safe (##and (listp %) (all #'stringp %)))