Finding a rogue src/sys commit with bisection?
David Chisnall
theraven at FreeBSD.org
Sat Nov 15 19:02:08 UTC 2014
On 15 Nov 2014, at 18:56, Alfred Perlstein <bright at mu.org> wrote:
> git clone --config remote.origin.fetch='+refs/notes/*:refs/notes/*' https://github.com/freebsd/freebsd.git
You might want to add --depth 2000 (where 2000 is a guess at how many commits there have been since when it broke and now), to avoid downloading the entire history of the FreeBSD repo (not necessary if you have loads of bandwidth and disk space). Just grabbing the last few thousand revisions is faster than an svn checkout.
David
More information about the freebsd-current
mailing list