We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0f89c commit 4b0d208Copy full SHA for 4b0d208
src/components/commitlist.rs
@@ -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
+*/
6
use super::utils::logitems::{ItemBatch, LogEntry};
7
use crate::{
8
app::Environment,
0 commit comments