github Byron/gitoxide git-repository-v0.30.1
git-repository v0.30.1

21 months ago

New Features

  • open::Options::open_path_as_is() allows to avoid 'smart opening' to try the path verbatim.
    The path to git repositories is well-known as they either end in .git or .../.git.
    If this is not the case, by default we append /.git to the path.

    With this new option enabled, no path transformations apply to open the given path as is,
    which is preferable if you know it's a non-standard git repository folder name.

Commit Statistics

  • 6 commits contributed to the release over the course of 1 calendar day.
  • 2 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #668

Commit Details

view details
  • #668
  • Uncategorized
    • prepare changelogs prior to release (68ce15d)
    • Merge branch 'adjustments-for-cargo' (5afa7f5)
    • open::Options::open_path_as_is() allows to avoid 'smart opening' to try the path verbatim. (ca84c87)
    • Merge branch 'fix/relative-scplike-urls' (2c2d373)
    • adapt to changes in git-url (6caee9b)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.