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 18:14:44 -0500 Message-ID: <20071129231444.GA9616@coredump.intra.peff.net> References: <20071127160423.GA22807@laptop> <20071128000731.GD9174@efreet.light.src> <7v8x4jb295.fsf@gitster.siamese.dyndns.org> <7vfxyq2c9b.fsf@gitster.siamese.dyndns.org> <20071129150849.GA32296@coredump.intra.peff.net> <20071129211409.GA16625@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Nguyen Thai Ngoc Duy , Junio C Hamano , Jan Hudec , git@vger.kernel.org To: Johannes Schindelin X-From: git-owner@vger.kernel.org Fri Nov 30 00:15:12 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 1Ixsb3-0002vn-PK for gcvg-git-2@gmane.org; Fri, 30 Nov 2007 00:15:06 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761184AbXK2XOt (ORCPT ); Thu, 29 Nov 2007 18:14:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762606AbXK2XOs (ORCPT ); Thu, 29 Nov 2007 18:14:48 -0500 Received: from 66-23-211-5.clients.speedfactory.net ([66.23.211.5]:3838 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753137AbXK2XOr (ORCPT ); Thu, 29 Nov 2007 18:14:47 -0500 Received: (qmail 29866 invoked by uid 111); 29 Nov 2007 23:14:45 -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 18:14:45 -0500 Received: by coredump.intra.peff.net (sSMTP sendmail emulation); Thu, 29 Nov 2007 18:14:44 -0500 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, Nov 29, 2007 at 10:19:16PM +0000, Johannes Schindelin wrote: > > I think that is totally reasonable, as on those platforms there is > > actually something to be gained from removing those hardlinks (you could > > Note that one big problem with a few platforms having dash forms and > others not is that you _will_ get scripts and aliases that do not work > everywhere. > > Consistency is good. Yes, I am fine with the user having to go to extra lengths to use the dash forms (like adding $(libexecdir) to their path), which I think should address your consistency concern. -Peff