Re: Finding a rogue src/sys commit with bisection?

From: David Chisnall <theraven_at_FreeBSD.org>
Date: Sat, 15 Nov 2014 19:01:46 +0000
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
Received on Sat Nov 15 2014 - 18:02:08 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:54 UTC