gix-path v0.12.6
New Features
-
locate programs bundled with Git via
env::installation_program()Expose
env::installation_program()so callers can find tools distributed
with Git without knowing where a particular installation stores them. This is
especially needed on Git for Windows, where programs such as Vim live in bin or
usr/bin rather than the directory reported by git --exec-path, and may not be
available through PATH.Reuse the existing Git for Windows root discovery and accept only bare program
names so lookup cannot escape the known installation directories.
Commit Statistics
- 3 commits contributed to the release over the course of 9 calendar days.
- 10 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages