Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update to git-repository 0.20 (and the latest git-config) * obtain user name with `gitoxide` It also makes use of the `GIT_COMMITTER|USER_*` environment variables, leading to it being more true to the intent while finding the name that git would use, too. * obtain remote url and repo name using gitoxide This is a more literal translation and some more cleanup steps have to follow. * remote git2 repository from `repo` module. `git2` is now used only to find worktree changes, an area where great speedups could be achieved if it was implemented by gitoxide. * more robust parsing of repo name
- Loading branch information