From owner-freebsd-wireless@FreeBSD.ORG Sun Mar 15 23:08:13 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E91AE386; Sun, 15 Mar 2015 23:08:12 +0000 (UTC) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) (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 7136B61D; Sun, 15 Mar 2015 23:08:12 +0000 (UTC) Received: by wegp1 with SMTP id p1so26636099weg.1; Sun, 15 Mar 2015 16:08:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=MwOLfKZdxy6mNR/2Kwm331LN5252CsN6Pw61SwY+ZTY=; b=BSPLp2eel1MAVaDhrEmIDBRQtuM9h2dqiA4l8X5PP/3NQrc3h6gchhvOEh+Tsmy8z+ Oz6PhoEElan7CTOsivkiPJWTeiZailWFj57yQYr0CfDnYRh/2KUDLi8QvZKIqq066sxp 7FjiiJc+vv/MY9un3Ig5M2dymZcoHD15qKzmoY40j1hsLizylg683YwsnvEl5C1hUrTC nd72lhwtfLNHfJRthVBok3ea8t6dPN6PhVn0qfMdT+EsAtVzIVNxZsLrB75ipuSFC8F1 YXVStOKIoMACgazr3tdTM07X7T8GF4xh+u1M6Ujos6QZBsE58bFk1yngK5VUXFldCUgw eaiA== X-Received: by 10.180.20.238 with SMTP id q14mr33135605wie.70.1426460889870; Sun, 15 Mar 2015 16:08:09 -0700 (PDT) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by mx.google.com with ESMTPSA id l4sm12758385wiw.6.2015.03.15.16.08.07 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 15 Mar 2015 16:08:08 -0700 (PDT) Date: Mon, 16 Mar 2015 00:08:04 +0100 From: Mateusz Guzik To: Ryan Stone Subject: Re: svn commit: r280120 - head/sys/dev/wpi Message-ID: <20150315230803.GA21715@dft-labs.eu> References: <201503152132.t2FLWBaw095774@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "svn-src-head@freebsd.org" , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2015 23:08:13 -0000 On Sun, Mar 15, 2015 at 07:04:18PM -0400, Ryan Stone wrote: > Anyone want to review them before I commit them? (I'm going to put them in > tools/tools/git/) > I would say it would be nice see them + rough howto before we land stuff in the tree. I'm definitely more than happy to see usable git -> svn tools, largely because i'm too lazy to even try to write ones myself. > 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 > > -- Mateusz Guzik