[][src]Constant git_commitgraph::MAX_COMMITS

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

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