Skip to content

Commit

Permalink
update gitoxide to v0.21.1 (#752)
Browse files Browse the repository at this point in the history
* 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.

* upgrade `git-path` to latest version

This fixes an issue with submodules not being handled correctly if `.`
was passed as input for discovery.

* 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.

* try to avoid pulling in sha-1 assembly while leaving everything else unchanged.
  • Loading branch information
Byron committed Aug 24, 2022
1 parent 0832aad commit f52fed6
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 100 deletions.

0 comments on commit f52fed6

Please sign in to comment.