From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Maw Subject: Re: Some issues when trying to set up a shallow git mirror server Date: Wed, 13 Jan 2016 17:43:32 +0000 Message-ID: <20160113174331.GI3397@logi.codethink.co.uk> References: <20160107165417.GB3397@logi.codethink.co.uk> <20160111155153.GE3397@logi.codethink.co.uk> <20160113113743.GF3397@logi.codethink.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Wed Jan 13 18:43:43 2016 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 1aJPSQ-0001fu-Ia for gcvg-git-2@plane.gmane.org; Wed, 13 Jan 2016 18:43:42 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755455AbcAMRni (ORCPT ); Wed, 13 Jan 2016 12:43:38 -0500 Received: from ducie-dc1.codethink.co.uk ([185.25.241.215]:55201 "EHLO ducie-dc1.codethink.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753747AbcAMRnh (ORCPT ); Wed, 13 Jan 2016 12:43:37 -0500 Received: from localhost (localhost [127.0.0.1]) by ducie-dc1.codethink.co.uk (Postfix) with ESMTP id E84EE460D07; Wed, 13 Jan 2016 17:43:35 +0000 (GMT) X-Virus-Scanned: Debian amavisd-new at ducie-dc1.codethink.co.uk Received: from ducie-dc1.codethink.co.uk ([127.0.0.1]) by localhost (ducie-dc1.codethink.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i8BVznFh6W5U; Wed, 13 Jan 2016 17:43:33 +0000 (GMT) Received: from logi.codethink.co.uk (logi.dyn.ducie.codethink.co.uk [10.24.1.141]) by ducie-dc1.codethink.co.uk (Postfix) with ESMTPSA id A52D3460B6D; Wed, 13 Jan 2016 17:43:33 +0000 (GMT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, Jan 13, 2016 at 09:14:10AM -0800, Junio C Hamano wrote: > Richard Maw writes: > > > 1. Before any "want" requests. > > > > This would also let you extend ls-remote to let it display ancestry. > > > > This is complicated by the fact that normally the client responds > > with which features it supports in the first "want", > > so the sender would have to support "check-ff N O " > > if it advertised "ancestry-check". > > Yes, that sounds like a good thing. Actually, ls-remote is a > degenerated case of fetch that sends 0 "want" requests, so the above > may be identical to what I suggested in the message you are > responding to. Thanks. I've got a good idea of what I'd need to do now.