git-next/crates/core/src/config/commit_count.rs

5 lines
84 B
Rust
Raw Normal View History

//
use crate::newtype;
newtype!(CommitCount, u32, Default, "A number of commits");