From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection Date: Tue, 24 Jun 2008 22:53:51 -0700 Message-ID: <7vmyla5ac0.fsf@gitster.siamese.dyndns.org> References: <20080624233236.GI29404@genesis.frugalware.org> <7vk5ge8bm5.fsf@gitster.siamese.dyndns.org> <20080625120832.6117@nanako3.lavabit.com> <7v1w2m8ahi.fsf@gitster.siamese.dyndns.org> <7vprq66vqd.fsf_-_@gitster.siamese.dyndns.org> <20080625034538.GW11793@spearce.org> <7vk5ge6soc.fsf@gitster.siamese.dyndns.org> <20080625044409.GE11793@spearce.org> <7v8wwu6qxr.fsf@gitster.siamese.dyndns.org> <7v4p7i6qs1.fsf@gitster.siamese.dyndns.org> <20080625053452.GI11793@spearce.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: =?iso-2022-jp?B?GyRCJDckaSQkJDckSiRKJDMbKEI=?= , Miklos Vajna , pclouds@gmail.com, Johannes Schindelin , Pieter de Bie , git@vger.kernel.org To: "Shawn O. Pearce" X-From: git-owner@vger.kernel.org Wed Jun 25 07:55:12 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 1KBNyI-0001dF-1Z for gcvg-git-2@gmane.org; Wed, 25 Jun 2008 07:55:10 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751664AbYFYFyJ (ORCPT ); Wed, 25 Jun 2008 01:54:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751686AbYFYFyI (ORCPT ); Wed, 25 Jun 2008 01:54:08 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:47703 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751067AbYFYFyH (ORCPT ); Wed, 25 Jun 2008 01:54:07 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id A74351760A; Wed, 25 Jun 2008 01:54:04 -0400 (EDT) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 9F8CB17609; Wed, 25 Jun 2008 01:53:54 -0400 (EDT) In-Reply-To: <20080625053452.GI11793@spearce.org> (Shawn O. Pearce's message of "Wed, 25 Jun 2008 01:34:52 -0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 1E3D3A1E-427B-11DD-920E-CE28B26B55AE-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: "Shawn O. Pearce" writes: > Junio C Hamano wrote: >> Junio C Hamano writes: >> > "Shawn O. Pearce" writes: >> > >> >>> Any other suggestions that is workable? >> >> >> >> diff --git a/builtin-clone.c b/builtin-clone.c >> >> index 5c5acb4..98d0f0f 100644 >> >> --- a/builtin-clone.c >> >> +++ b/builtin-clone.c >> >> @@ -37,7 +37,7 @@ static int option_quiet, option_no_checkout, option_bare; >> > >> > << a patch to conditionally change "git-program" default to "git program" >> > snipped >> > > Shouldn't "git upload-pack" work on the server side as far back as > 0.99.9k? Yeah, I missed the patch to connect.c that was buried among other changes. Sorry.