Every man inherits his haplo-type from his father, and thus the male lineage can be traced back.
Given a population $n$ males,
At each generation we uniformly sample $n$ males (with repetitions) to be the fathers of the next male generation.
After how many generations will the population converge to only one haplo-group ?
This is the Wright-Fisher model. You can find the expected time for one type to take over the population on Wikipedia, or, if you want something more official, Ewens' Mathematical population genetics, eqn. (3.11). It's $E[T]=-2n^2(1-1/n)\log(1-1/n)$, which is $E[T]\approx 2n$ for $n\gg 1$.