From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Pitre Subject: Re: If you would write git from scratch now, what would you change? Date: Mon, 26 Nov 2007 17:03:37 -0500 (EST) Message-ID: References: <200711252248.27904.jnareb@gmail.com> <858x4l2apc.fsf@lola.goethe.zz> <854pf8243i.fsf@lola.goethe.zz> <20071126195750.GD25784@efreet.light.src> <7vhcj8g0op.fsf@gitster.siamese.dyndns.org> <7v3ausfzmh.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: Wincent Colaiuta , Jan Hudec , David Kastrup , Jakub Narebski , git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Mon Nov 26 23:04:08 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 1Iwm3Z-0002Xz-Lt for gcvg-git-2@gmane.org; Mon, 26 Nov 2007 23:03:58 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754628AbXKZWDj (ORCPT ); Mon, 26 Nov 2007 17:03:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754762AbXKZWDj (ORCPT ); Mon, 26 Nov 2007 17:03:39 -0500 Received: from relais.videotron.ca ([24.201.245.36]:60308 "EHLO relais.videotron.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754009AbXKZWDi (ORCPT ); Mon, 26 Nov 2007 17:03:38 -0500 Received: from xanadu.home ([74.56.106.175]) by VL-MO-MR005.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0JS400LB1VY2Y2F0@VL-MO-MR005.ip.videotron.ca> for git@vger.kernel.org; Mon, 26 Nov 2007 17:03:38 -0500 (EST) X-X-Sender: nico@xanadu.home In-reply-to: <7v3ausfzmh.fsf@gitster.siamese.dyndns.org> User-Agent: Alpine 0.99999 (LFD 814 2007-11-14) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, 26 Nov 2007, Junio C Hamano wrote: > Nicolas Pitre writes: > > > On Mon, 26 Nov 2007, Junio C Hamano wrote: > > > >> Wincent Colaiuta writes: > >> > >> > For the benefit of newcomers, I just wish the plumbing was kept a > >> > little bit out of sight. You know, porcelain in /usr/bin and plumbing > >> > in /usr/libexec or other such place. > >> > > >> > It's fine once you've learnt your workflows and know the 10 or 15 Git > >> > tools that you'll be using day-to-day; but for people who are just > >> > starting off this can be a little bit intimidating: > >> > > >> > $ git- > >> > Display all 146 possibilities? (y or n) > >> > >> I'd agree to that but I've always considered this an issue for distros. > >> We've supported an ability for them to specify a gitexecdir separate > >> from /usr/bin in our Makefile for almost two years. > > > > Would probably be a good thing to start enforcing that by default. It's > > easier to follow such policies when they're coordinated from the project > > origin. > > Not really. The project origin ships the Makefile to install under > $HOME, but I do not see any distros following that. What about the default RPM spec file? Nicolas