Variable: magit-clone-set-remote-head

magit-clone-set-remote-head is a customizable variable defined in magit-clone.el.

Value

nil

Documentation

Whether cloning creates the symbolic-ref <remote>/HEAD.

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

Source Code

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

(defcustom magit-clone-set-remote-head nil
  "Whether cloning creates the symbolic-ref `<remote>/HEAD'."
  :package-version '(magit . "2.4.2")
  :group 'magit-commands
  :type 'boolean)