Function: magit-repolist-column-upstream

magit-repolist-column-upstream is a byte-compiled function defined in magit-repos.el.

Signature

(magit-repolist-column-upstream _)

Documentation

Insert the upstream branch of the current branch.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-repos.el
(defun magit-repolist-column-upstream (_)
  "Insert the upstream branch of the current branch."
  (magit-get-upstream-branch))