1//! Log browsing and commit search operations.
2//!
3//! This feature module has no types of its own — it uses
4//! [`CommitInfo`](super::commits::CommitInfo) from the commits feature.
56pub mod ops;
78pub use ops::{file_history, get_log, search_commits};