Constant git_commitgraph::MAX_COMMITS[][src]

pub const MAX_COMMITS: u32 = (1 << 30) + (1 << 29) + (1 << 28) - 1; // 0x6fff_ffffu32
Expand description

The maximum number of commits that can be stored in a commit graph.