From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) by hurricane.the-brannons.com (Postfix) with ESMTPS id BABC577B1D for ; Tue, 24 Dec 2013 01:25:24 -0800 (PST) Received: by mail-wg0-f54.google.com with SMTP id n12so5869154wgh.9 for ; Tue, 24 Dec 2013 01:25:18 -0800 (PST) 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=UVVaQeVOKMLUXxf6k4jlWqayRQ3xaV0ZLN0v9Yvq50E=; b=HPygpBKu/51qxI/16P9jvRGQri982W4tNVDjU0IgWS9SjFc+PQRkTlSZ6PQNRvqiwG jUdl8VZ/Zf75LhQzN+CySPUo2RMhtfHIdn8nc8Px3IbsNR1o7iQApE9AEFssIX2ulent 2q/MyM/jvbIuowS+VlSLpjMh6SGePyps5In/xO19KPdqsz9V6Jsgr04DhpyNgZ+GsU2H aRIUyajNgQN4Y+1ad5yHeGP14MyMULknZgYpPFS2H4ZNaYcyIn0466Ymp7fyey72COTW EbmErEabeWQ99eQOqVzvgXBCBl9ybWCqgu3XDymx2XSFnZp+iw1oGGm40VM2oKb2tUMg vq7Q== X-Received: by 10.194.175.202 with SMTP id cc10mr900699wjc.48.1387877117766; Tue, 24 Dec 2013 01:25:17 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by mx.google.com with ESMTPSA id p9sm35223203wia.10.2013.12.24.01.25.16 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 24 Dec 2013 01:25:16 -0800 (PST) Date: Tue, 24 Dec 2013 09:25:14 +0000 From: Adam Thompson To: Chris Brannon Message-ID: <20131224092514.GE16257@toaster.adamthompson.me.uk> References: <20131122172649.eklhad@comcast.net> <20131223092633.GB16257@toaster.adamthompson.me.uk> <87bo07d4nq.fsf@mushroom.PK5001Z> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87bo07d4nq.fsf@mushroom.PK5001Z> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Edbrowse-dev@lists.the-brannons.com Subject: Re: [Edbrowse-dev] Javascript support X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2013 09:25:25 -0000 On Mon, Dec 23, 2013 at 06:26:49AM -0800, Chris Brannon wrote: > How familiar are you with git? If you aren't, I'll write up a > long-winded explanation. Here's the short form. > Use git send-email to send your patches to this list. > You might want to run the following from the root of your edbrowse > repository: > git config --replace sendemail.to 'edbrowse-dev@lists.the-brannons.com' I'm not massively familiar with git, but I do know distributed version control and how to commit changes to my local repository. Thanks for the tip about git config though, that's a git thing which I was not aware of. > Also, please insure that your code is formatted with tools/ebindent from > the edbrowse repo, just to be consistent with the rest of the codebase. I'll try. As long as there's not too much c++ weirdness in the code, indent should cope relatively well I think. Cheers, Adam.