From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: [PATCH] Move all dashed form git commands to libexecdir Date: Thu, 29 Nov 2007 19:35:12 -0500 Message-ID: <20071130003512.GB11683@coredump.intra.peff.net> References: <7v8x4jb295.fsf@gitster.siamese.dyndns.org> <7vfxyq2c9b.fsf@gitster.siamese.dyndns.org> <20071129150849.GA32296@coredump.intra.peff.net> <20071129211409.GA16625@sigill.intra.peff.net> <20071129231444.GA9616@coredump.intra.peff.net> <7veje8twt2.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , Johannes Schindelin , Nguyen Thai Ngoc Duy , Jan Hudec , git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Fri Nov 30 01:35:39 2007 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 1Ixtr0-0002Up-9g for gcvg-git-2@gmane.org; Fri, 30 Nov 2007 01:35:39 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763157AbXK3AfS (ORCPT ); Thu, 29 Nov 2007 19:35:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762451AbXK3AfS (ORCPT ); Thu, 29 Nov 2007 19:35:18 -0500 Received: from 66-23-211-5.clients.speedfactory.net ([66.23.211.5]:3612 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759832AbXK3AfP (ORCPT ); Thu, 29 Nov 2007 19:35:15 -0500 Received: (qmail 30325 invoked by uid 111); 30 Nov 2007 00:35:13 -0000 Received: from coredump.intra.peff.net (HELO coredump.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.32) with SMTP; Thu, 29 Nov 2007 19:35:13 -0500 Received: by coredump.intra.peff.net (sSMTP sendmail emulation); Thu, 29 Nov 2007 19:35:12 -0500 Content-Disposition: inline In-Reply-To: <7veje8twt2.fsf@gitster.siamese.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, Nov 29, 2007 at 04:13:29PM -0800, Junio C Hamano wrote: > - Post v1.5.5, start cooking the change that does not install hardlinks > for built-in commands, aiming for inclusion in v1.5.6, in May-Jun > 2008 timeframe. I am still against this step, for the reasons mentioned in the mails leading up to the one you just quoted. I am fine with "does not install hardlinks for builtin-commands on systems that don't support hardlinks" (and of course all such hardlinks are in $(libexecdir)/git-core at this point). -Peff