From owner-svn-src-head@FreeBSD.ORG Sun Mar 15 23:04:20 2015 Return-Path: Delivered-To: svn-src-head@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 E745ED8C; Sun, 15 Mar 2015 23:04:19 +0000 (UTC) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A576A5EF; Sun, 15 Mar 2015 23:04:19 +0000 (UTC) Received: by iegc3 with SMTP id c3so160801145ieg.3; Sun, 15 Mar 2015 16:04:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pN/8QAMKTJJYO59Eyush1ShpI65unm7l1hFi23aM2uM=; b=zxTjqa37UbPqetVbzQEs9uFiNcHockvWEf7ILvKpjFCmu7a2rd/+wI3Z65i8vMsScB QBArFMPfcx63iGZc7oRvD7eltdKau6ONyWRZbS0cGkOqFFvmmIymPiNRoW1cQ9gIaSoJ WohcjQON0NSjyW8ALIm2XCb/zijgzh1rjXDD6vTScMGrzVJBwrHDyaf4xSlfkGeQ9qaw xl4dx+wtrD0ewi8OmbpXACIDROn9dpDGrvvZfGAh7XEDHMkPL05tgMwogJqOSAHxUQWB +wW5VAE34+AgQd+Vk9bAvV0Rw1qfhHgo+7+MRNLb3cEQSnch0oXktQBphpCQQQdwOyvf 1uzw== MIME-Version: 1.0 X-Received: by 10.50.111.202 with SMTP id ik10mr103525821igb.37.1426460659047; Sun, 15 Mar 2015 16:04:19 -0700 (PDT) Received: by 10.107.156.75 with HTTP; Sun, 15 Mar 2015 16:04:18 -0700 (PDT) In-Reply-To: References: <201503152132.t2FLWBaw095774@svn.freebsd.org> Date: Sun, 15 Mar 2015 19:04:18 -0400 Message-ID: Subject: Re: svn commit: r280120 - head/sys/dev/wpi From: Ryan Stone To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , "freebsd-wireless@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2015 23:04:20 -0000 Anyone want to review them before I commit them? (I'm going to put them in tools/tools/git/) On Sun, Mar 15, 2015 at 5:45 PM, Adrian Chadd wrote: > On 15 March 2015 at 14:44, Ryan Stone wrote: > > On Sun, Mar 15, 2015 at 5:35 PM, Adrian Chadd > wrote: > >> > >> .. promise I'm done for now. > >> > >> (God, it'd be nice to use git, or some web ui that lets me batch > >> review and commit things like this.) > > > > > > I have a script that takes a series of git commits and makes a separate > > Differential review for each. I also have a second one that takes a > series > > of commits from git and commits to the svn. I can share if anybody is > > interested. > > Please place in tools/ somewhere. > > > > -a >