mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-29 14:25:45 +03:00
Merge pull request #1139 from gitbutlerapp/fix-names
fix branch name conversion
This commit is contained in:
commit
01a4c8a796
@ -462,7 +462,7 @@ pub fn target_to_base_branch(
|
||||
.collect::<Result<Vec<_>>>()?;
|
||||
|
||||
let base = super::BaseBranch {
|
||||
branch_name: target.branch.branch().to_string(),
|
||||
branch_name: format!("{}/{}", target.branch.remote(), target.branch.branch()),
|
||||
remote_name: target.branch.remote().to_string(),
|
||||
remote_url: target.remote_url.clone(),
|
||||
base_sha: target.sha.to_string(),
|
||||
|
Loading…
Reference in New Issue
Block a user