Skip to content

Commit 4b0d208

Browse files
committed
Module documentation for components::commitlist
1 parent 3a0f89c commit 4b0d208

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/commitlist.rs

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*!
2+
The [CommitList] shows a list of commits. It is used by
3+
the [revlog](crate::tabs::Revlog) tab
4+
and the [stashlist](crate::tabs::StashList) tab.
5+
*/
16
use super::utils::logitems::{ItemBatch, LogEntry};
27
use crate::{
38
app::Environment,

0 commit comments

Comments
 (0)