Function: magit--git-variable

magit--git-variable is a byte-compiled function defined in magit-transient.el.

Signature

(magit--git-variable &rest SLOTS)

Documentation

Create a new object of class type magit--git-variable(var)/magit--git-variable(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-transient.el
;;; Classes

(defclass magit--git-variable (transient-variable)
  ((scope       :initarg :scope)
   (global      :initarg :global      :initform nil)
   (default     :initarg :default     :initform nil)
   (accessible-format                 :initform "%i%k %d is %v")))