github GitoxideLabs/gitoxide gix-path-v0.12.6
gix-path v0.12.6

3 hours ago

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)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.