From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Beller Subject: Re: [RFC/PATCH 0/3] protocol v2 Date: Thu, 5 Mar 2015 08:03:59 -0800 Message-ID: References: <20150302092136.GA30278@lanh> <20150303103351.GA4922@lanh> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Junio C Hamano , Git Mailing List , Shawn Pearce To: Duy Nguyen X-From: git-owner@vger.kernel.org Thu Mar 05 17:04:09 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 1YTYFs-0006qQ-Qf for gcvg-git-2@plane.gmane.org; Thu, 05 Mar 2015 17:04:09 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757441AbbCEQEE (ORCPT ); Thu, 5 Mar 2015 11:04:04 -0500 Received: from mail-ig0-f172.google.com ([209.85.213.172]:42337 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757433AbbCEQEA (ORCPT ); Thu, 5 Mar 2015 11:04:00 -0500 Received: by igkb16 with SMTP id b16so46989083igk.1 for ; Thu, 05 Mar 2015 08:04:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WwHsb5OMQExlfFQm1MdafFiPyimBRUtxDp3nDc2AJYc=; b=mRNnLZqg0AJ+CAMAM6dyDQ+le0/DmWo/qCFUisUEUVckVFEcLe8T9ChEtPgum6Bsiu L4XJIffgeglMfk+VJegytNAA2NIaD55nCwUf3hQraxlHDzP0dDwvdjSnodyPPHcFGbWi m+Qf1i343DusqamQEEOeTJ8nuUaOvFMOGfhZqck1pZGdV9IfCn7hutFkLXw8tXvp01I9 Zhzivrah6W+dFu9bk5B7Nlv7XVw/85g7tUhPRFrdvTtsXbUigbCwac5XWeVkCNENFGRu NAbYj2/e2R+bef6tT4c+OHdFZQjSAa3YUy02AuvFXr50EijUK8YUBrC9GeebE5rHUf2R eGJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=WwHsb5OMQExlfFQm1MdafFiPyimBRUtxDp3nDc2AJYc=; b=kAdCRmQQeYZkWvJp64Vw+wMd6XVTUhp/q1i/Ek8Eaemdkv68Hr9NK2s2yHDVycB1zV 1VKYfi4QdMbyoHH1qULR3CHKKDryjmch+3gAV0LOwo3G4saxRp/20KHz4evvaAH5OY0J lAxPqEd3fssh+tqt03RXa5NVdV9Qj8sUDC1eVFXhGu/YhHZBwDTwkQvNwuftZ0zfz7Yo tZHrpdNpsYKnRgLw1kOTWHaaoGulPQiyKNRVcxlIoVlUaTR1DRjneVNMPDWDBV0XRcd0 QdK1oWHBf7oo5t45AwZu0SXi7Zeu/v5o5VFrXRjcwx4xvAMnoWdht+J3KqLtQNmVOZY0 17cg== X-Gm-Message-State: ALoCoQlOtlNwVVPekJNGruBuLqJvOcm4zZUWPbqzx0PIADOhvlJ0cbXezfSxbi0vuC27Es/dG4ve X-Received: by 10.107.36.9 with SMTP id k9mr21386001iok.2.1425571439874; Thu, 05 Mar 2015 08:03:59 -0800 (PST) Received: by 10.107.46.31 with HTTP; Thu, 5 Mar 2015 08:03:59 -0800 (PST) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, Mar 4, 2015 at 5:03 PM, Stefan Beller wrote: > > If anyone wants to experiment with the data I gathered, I can make them > available. > All data of `ls-remote` including the gathering script is found at (112 kB .tar.xz) https://drive.google.com/file/d/0B7E93UKgFAfjcHRvM1N2YjBfTzA/view?usp=sharing (6.6MB in .zip) https://drive.google.com/file/d/0B7E93UKgFAfjRko3WHhtUWZtTEU/view?usp=sharing I also do have all the object files which are referenced in the outputs of ls-remote, though sharing them is a bit tough as I cannot just git push them (forced pushes make some of the objects unreachable, so my local gathering repo is explicitly configured to not garbage collect), and these are huge compared to just the output of ls-remote.