You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update a couple of preexisting doc comments for clarity and to
avoid implying that the `git` that is found is *always* from
PATH, since it may be from an alternative location.
* Correct the claim about `EXEPATH` and MSYS, as it is present in
Git Bash but not other MSYS environments. (This remains something
of an oversimplification, since it is also present in Git Cmd
environments, but that shell environment is decreasingly used and
probably not essential information for that explanatory comment.)
* Hedge claim about what `EXEPATH` gives us, because some ways of
running Git Bash cause it to point to the `bin` directory rather
than the installation directory, in which case our shortcut use
of it will fail. This seems to happen when Git Bash is run by
means other than the `git-bash.exe` graphical launcher, even if
an attempt is made to start the shell the same way.
Traditionally such approaches to running Git Bash may not have
been overtly supported by Git for Windows. But the difference
seems to be preserved even when the non-`git-bash.exe` way Git
Bash is run is through a Windows Terminal profile added by the
Git for Windows installer (which recently added that feature).
* Remove a couple spurious semicolons I had accidentally added.
* Remove unnecessary qualification for an imported name.
0 commit comments