Function: magit-repolist-column-unpulled-from-upstream
magit-repolist-column-unpulled-from-upstream is a byte-compiled
function defined in magit-repos.el.
Signature
(magit-repolist-column-unpulled-from-upstream SPEC)
Documentation
Insert number of upstream commits not in the current branch.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-repos.el
(defun magit-repolist-column-unpulled-from-upstream (spec)
"Insert number of upstream commits not in the current branch."
(and$ (magit-get-upstream-branch)
(magit-repolist-insert-count (cadr (magit-rev-diff-count "HEAD" $))
spec)))