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