Function: ghub--git-get
ghub--git-get is a byte-compiled function defined in ghub.el.
Signature
(ghub--git-get VAR)
Source Code
;; Defined in ~/.emacs.d/elpa/ghub-20260401.1239/ghub.el
(defun ghub--git-get (var)
(catch 'non-zero
(car (process-lines-handling-status
"git" (##unless (zerop %) (throw 'non-zero nil))
;; Beginning with Git v2.46 we could use "get".
"config" "--get" var))))