github Byron/gitoxide git-discover-v0.13.1
git-discover v0.13.1

19 months ago

Bug Fixes

  • note that crates have been renamed from git-* to gix-*.
    This also means that the git-* prefixed crates of the gitoxide project
    are effectively unmaintained.
    Use the crates with the gix-* prefix instead.

    If you were using git-repository, then gix is its substitute.

  • GIT_CEILING_DIRECTORIES now handles UNC paths correctly #(730).
    Previously ceiling directories that were UNC paths would not work together
    with directories which were not due to different bases.

    Now ceiling directories will be converted non-UNC paths before using them.

Commit Statistics

  • 3 commits contributed to the release over the course of 3 calendar days.
  • 7 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • note that crates have been renamed from git-* to gix-*. (e14dc7d)
    • Merge branch 'unc-paths' (ff0387e)
    • GIT_CEILING_DIRECTORIES now handles UNC paths correctly #(730). (07cd4a8)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.