[][src]Constant git_commitgraph::MAX_COMMITS

pub const MAX_COMMITS: u32 = (1 << 30) + (1 << 29) + (1 << 28) - 1; // 1_879_048_191u32

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