mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
build: bump git-repository from 0.23.1 to 0.24.0 (#4393)
* build: bump git-repository from 0.23.1 to 0.24.0 Bumps [git-repository](https://github.com/Byron/gitoxide) from 0.23.1 to 0.24.0. - [Release notes](https://github.com/Byron/gitoxide/releases) - [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md) - [Commits](https://github.com/Byron/gitoxide/compare/git-repository-v0.23.1...git-repository-v0.24.0) --- updated-dependencies: - dependency-name: git-repository dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * add new member to `git::permissions::Config` Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -268,6 +268,7 @@ impl<'a> Context<'a> {
|
||||
|
||||
// don't use the global git configs
|
||||
let config = git::permissions::Config {
|
||||
git_binary: false,
|
||||
system: false,
|
||||
git: false,
|
||||
user: false,
|
||||
|
||||
Reference in New Issue
Block a user