Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update gitoxide to v0.21.1 #752

Merged
merged 4 commits into from
Aug 24, 2022
Merged

update gitoxide to v0.21.1 #752

merged 4 commits into from
Aug 24, 2022

Commits on Aug 23, 2022

  1. update gitoxide to v0.21.1

    The most notable improvement is its ability to open submodule
    repositories, thus increasing the amount of repositories onefetch
    can handle.
    Byron committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ce41f48 View commit details
    Browse the repository at this point in the history
  2. upgrade git-path to latest version

    This fixes an issue with submodules not being handled correctly if `.`
    was passed as input for discovery.
    Byron committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7361a30 View commit details
    Browse the repository at this point in the history
  3. avoid instantiating a git2 repo just to see if it is bare.

    Instead, postpone the work-tree check to when it is needed and exit
    with the same message.
    Byron committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6a69c41 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    5179dce View commit details
    Browse the repository at this point in the history