From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Couder Subject: Re: Draft of Git Rev News edition 5 Date: Sun, 5 Jul 2015 23:13:54 +0200 Message-ID: References: <20150705191101.GB9815@flurp.local> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: git , Junio C Hamano , Matthieu Moy , Thomas Ferris Nicolaisen , Nicola Paolucci , Thomas Rast , Jeff King , Eric Raible , Emma Jane Hogbin Westby , Max Kirillov , Johannes Schindelin , Michael J Gruber , "H.Merijn Brand" , Antoine Delaite , remi galan-alfonso , remi lespinet , guillaume pages , louis--alexandre stuber , karthik nayak , Paul Tan X-From: git-owner@vger.kernel.org Sun Jul 05 23:14:19 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZBrEv-0006BG-NK for gcvg-git-2@plane.gmane.org; Sun, 05 Jul 2015 23:14:18 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752891AbbGEVN4 (ORCPT ); Sun, 5 Jul 2015 17:13:56 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:33178 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752614AbbGEVN4 (ORCPT ); Sun, 5 Jul 2015 17:13:56 -0400 Received: by wiwl6 with SMTP id l6so268243486wiw.0 for ; Sun, 05 Jul 2015 14:13:54 -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=BxJnj6Q7Vhe2lGxAE6IykQkyYui3HriFhyGED23lOjw=; b=jN2PqOiAfUV79p1y5xjv6W3q72thF/HY2W4v2Ph9MOwe2C1K0Oi+Tt8plMFExx4B2W Q9ErA77vTXas8lVApR/lAcx3qIFfE7pfJHxIe4b0/goW3pGJMPZHswDhREemc2FggFi5 7/DA3XsDiEUQeMRIcSqPZ+mxrHTpaXG73107z+uwDoBV8Lb021llZg2glOD1aGb+xEaV DZz9vdD5AlKJ2xZ2ELaahcOsohIACadIAu+rkycVMNu6z8zy0YA3xdYDWU4zoKaegJ63 OXxLlilyXHfBFNPuLHxwrlfeuS8Q9YIzYfWZh2uy2MjegdOrIrW4sVLmAPyi9OMK04L1 AK4Q== X-Received: by 10.180.211.237 with SMTP id nf13mr46246489wic.90.1436130834876; Sun, 05 Jul 2015 14:13:54 -0700 (PDT) Received: by 10.194.221.229 with HTTP; Sun, 5 Jul 2015 14:13:54 -0700 (PDT) In-Reply-To: <20150705191101.GB9815@flurp.local> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sun, Jul 5, 2015 at 9:11 PM, Eric Sunshine wrote: > On Sun, Jul 05, 2015 at 01:13:57PM +0200, Christian Couder wrote: >> A draft of Git Rev News edition 5 is available here: >> https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-5.md >> Everyone is welcome to contribute in any section... > > I'm not familiar with the criteria for deciding what merits mention > in the newsletter. Is the recent introduction of git-worktree and the > attendant relocation of "add" and "prune" functionality worthy? Yes, I think it's really worthy, thanks a lot for contributing this very interesting article! > If so, perhaps the following write-up would be suitable? Yes, I changed a few things to make fit better with the rest of the content, but otherwise it looks great! I created this PR to discuss the changes I made: https://github.com/git/git.github.io/pull/85 Thomas just merged it, but we can still discuss it. Thanks again, Christian.