The count of root commits can uncover unexpected situations where unrelated histories are part of the same repo for accidental reasons. ``` git rev-list --all --max-parents=0 ```
The count of root commits can uncover unexpected situations where unrelated histories are part of the same repo for accidental reasons.