We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
list_virtual_branches
1 parent 75805d3 commit 8951abaCopy full SHA for 8951aba
crates/gitbutler-branch-actions/src/actions.rs
@@ -68,6 +68,7 @@ impl VirtualBranchActions {
68
branch::is_remote_branch_mergeable(&ctx, branch_name).map_err(Into::into)
69
}
70
71
+ #[instrument(skip(self, project))]
72
pub fn list_virtual_branches(
73
&self,
74
project: &Project,
0 commit comments