mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-05 08:29:30 +03:00
Add todo comment for branch listing
This commit is contained in:
parent
62be925178
commit
874710e221
@ -21,6 +21,7 @@ use crate::{VirtualBranch, VirtualBranchesExt};
|
|||||||
|
|
||||||
/// Returns a list of branches associated with this project.
|
/// Returns a list of branches associated with this project.
|
||||||
// TODO: Implement pagination for this thing
|
// TODO: Implement pagination for this thing
|
||||||
|
// TODO: The results should be sortedb by updated_at
|
||||||
pub fn list_branches(
|
pub fn list_branches(
|
||||||
ctx: &ProjectRepository,
|
ctx: &ProjectRepository,
|
||||||
filter: Option<BranchListingFilter>,
|
filter: Option<BranchListingFilter>,
|
||||||
|
Loading…
Reference in New Issue
Block a user