We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7065812 commit 0951a8bCopy full SHA for 0951a8b
src/components/commitlist.rs
@@ -45,6 +45,8 @@ pub struct CommitList {
45
items: ItemBatch,
46
highlights: Option<Rc<IndexSet<CommitId>>>,
47
commits: IndexSet<CommitId>,
48
+ /// Commits that are marked. The .0 is used to provide a sort order.
49
+ /// It contains an index into self.items.items
50
marked: Vec<(usize, CommitId)>,
51
scroll_state: (Instant, f32),
52
tags: Option<Tags>,
0 commit comments