Skip to content

gix-path v0.12.6

Choose a tag to compare

@Byron Byron released this 01 Sep 03:14
· 10 commits to main since this release
888677a

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2942 from GitoxideLabs/error-conversion-review (a1d5a55)
    • Locate programs bundled with Git via env::installation_program() (a085dfb)
    • Merge pull request #2933 from GitoxideLabs/report-august (b8914ff)