github GitoxideLabs/gitoxide gix-discover-v0.42.0
gix-discover v0.42.0

latest releases: gix-v0.74.1, gix-status-v0.21.1, gix-protocol-v0.52.1...
one day ago

Bug Fixes

  • discover upwards to cwd
    The upwards search for the repository directory takes a directory as
    input and then walks through the parents. It turns out that it was
    broken when the repository was the same as the working directory.

    The code checked when the directory components had been stripped to "", in
    case the directory was replaced with cwd.parent(), so the loop missed
    to check cwd itself. If the input directory was "./something", then
    "." was checked which then succeeded.

Commit Statistics

  • 13 commits contributed to the release over the course of 99 calendar days.
  • 99 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 #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Fixup Copilot commits and thank clippy (b188a7d)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2202 from GitoxideLabs/dependabot/cargo/cargo-4a7155215a (9365cc3)
    • Bump the cargo group across 1 directory with 64 updates (838ff95)
    • Discover upwards to cwd (a80a150)
    • Refactor (b3b3203)
    • Fix discover::upwards when working dir is the repo (504afec)
    • Merge pull request #2113 from GitoxideLabs/release (dc7343c)
    • Release gix-actor v0.35.4, gix-fs v0.16.1, gix-object v0.50.2, gix-ref v0.53.1 (79ba9d0)
    • Merge pull request #2100 from GitoxideLabs/release (202bc6d)
    • Release gix-actor v0.35.3, gix-path v0.10.20, gix-features v0.43.1, gix-object v0.50.1 (d64f257)
    • Merge pull request #2075 from GitoxideLabs/improvements (784c046)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.