Variable: magit-pull-or-fetch

magit-pull-or-fetch is a customizable variable defined in magit-pull.el.

Value

nil

Documentation

Whether magit-pull also offers some fetch suffixes.

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

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-pull.el
;;; Options

(defcustom magit-pull-or-fetch nil
  "Whether `magit-pull' also offers some fetch suffixes."
  :package-version '(magit . "3.0.0")
  :group 'magit-commands
  :type 'boolean)