From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shawn O. Pearce" Subject: Re: What's cooking in git.git (topics) Date: Tue, 24 Jun 2008 23:32:21 -0400 Message-ID: <20080625033221.GU11793@spearce.org> References: <7vwskfclfs.fsf@gitster.siamese.dyndns.org> <9B8F0B10-F48D-475B-BF59-CEE94222B6E8@ai.rug.nl> <20080624160224.GA29404@genesis.frugalware.org> <20080624185403.GB29404@genesis.frugalware.org> <7vskv2d0lp.fsf@gitster.siamese.dyndns.org> <20080624221049.GE29404@genesis.frugalware.org> <7vk5gea0ff.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Junio C Hamano , Miklos Vajna , Johannes Schindelin , Pieter de Bie , git@vger.kernel.org To: Jakub Narebski X-From: git-owner@vger.kernel.org Wed Jun 25 05:33:37 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KBLlF-0004oI-LH for gcvg-git-2@gmane.org; Wed, 25 Jun 2008 05:33:34 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751623AbYFYDch (ORCPT ); Tue, 24 Jun 2008 23:32:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751705AbYFYDcg (ORCPT ); Tue, 24 Jun 2008 23:32:36 -0400 Received: from corvette.plexpod.net ([64.38.20.226]:58715 "EHLO corvette.plexpod.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751577AbYFYDcg (ORCPT ); Tue, 24 Jun 2008 23:32:36 -0400 Received: from cpe-74-70-48-173.nycap.res.rr.com ([74.70.48.173] helo=asimov.home.spearce.org) by corvette.plexpod.net with esmtpa (Exim 4.69) (envelope-from ) id 1KBLjv-00022W-5Y; Tue, 24 Jun 2008 23:32:11 -0400 Received: by asimov.home.spearce.org (Postfix, from userid 1000) id E43E620FBAE; Tue, 24 Jun 2008 23:32:21 -0400 (EDT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - corvette.plexpod.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spearce.org Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jakub Narebski wrote: > > What does "git ls-remote server:/home/vmiklos/git/test" invoke on server? FYI, it actually runs git-upload-pack, gets the list of advertised refs, then closes the connection immediately. The other side sees the client hang up and just terminates silently, since the client didn't "want" anything packed and sent. -- Shawn.