mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
build: gitoxide upgrade (#4319)
adjustments to upgrade to gitoxide v0.22.1
This commit is contained in:
+1
-1
@@ -629,7 +629,7 @@ fn get_remote_repository_info(
|
||||
) -> Option<Remote> {
|
||||
let branch_name = branch_name?;
|
||||
let branch = repository
|
||||
.remote_ref(branch_name)
|
||||
.branch_remote_ref(branch_name)
|
||||
.and_then(|r| r.ok())
|
||||
.map(|r| r.shorten().to_string());
|
||||
let name = repository
|
||||
|
||||
Reference in New Issue
Block a user