Variable: magit--git-w32-path-hack

magit--git-w32-path-hack is a variable defined in magit-git.el.

Value

nil

Documentation

Alist of (EXE . (PATHENTRY)).

This specifies what additional PATH setting needs to be added to the environment in order to run the non-wrapper git executables successfully. Set when magit-git-executable(var)/magit-git-executable(fun) is (re)initialized.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defvar magit--git-w32-path-hack nil
  "Alist of (EXE . (PATHENTRY)).
This specifies what additional PATH setting needs to be added to
the environment in order to run the non-wrapper git executables
successfully.  Set when `magit-git-executable' is (re)initialized.")