From owner-freebsd-current@FreeBSD.ORG Sat Nov 15 19:02:08 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD29FF3A for ; Sat, 15 Nov 2014 19:02:08 +0000 (UTC) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D96CB24 for ; Sat, 15 Nov 2014 19:02:08 +0000 (UTC) Received: from [192.168.0.106] (cpc14-cmbg15-2-0-cust307.5-4.cable.virginm.net [82.26.1.52]) (authenticated bits=0) by theravensnest.org (8.14.9/8.14.9) with ESMTP id sAFJ1o1n087501 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 15 Nov 2014 19:01:54 GMT (envelope-from theraven@FreeBSD.org) X-Authentication-Warning: theravensnest.org: Host cpc14-cmbg15-2-0-cust307.5-4.cable.virginm.net [82.26.1.52] claimed to be [192.168.0.106] Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Finding a rogue src/sys commit with bisection? From: David Chisnall In-Reply-To: <5467A1F2.8000703@mu.org> Date: Sat, 15 Nov 2014 19:01:46 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <8DB4FB58-BD0E-45CD-BC35-25F2E05012CC@FreeBSD.org> References: <20141115184332.GA30344@troutmask.apl.washington.edu> <5467A1F2.8000703@mu.org> To: Alfred Perlstein X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-current@freebsd.org, Steve Kargl X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2014 19:02:08 -0000 On 15 Nov 2014, at 18:56, Alfred Perlstein wrote: > git clone --config remote.origin.fetch=3D'+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