mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 12:33:49 +03:00
refactor: remove filtering of branches based on default target branch
This commit is contained in:
parent
ef6c6afa8a
commit
5008de035e
@ -66,7 +66,6 @@ pub fn list_remote_branches(
|
||||
.context("failed to convert branches")?
|
||||
.into_iter()
|
||||
.flatten()
|
||||
.filter(|branch| branch.name.branch() != Some(default_target.branch.branch()))
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
Ok(remote_branches)
|
||||
|
Loading…
Reference in New Issue
Block a user