From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Mazur Subject: Re: git-reset man page Date: Sun, 18 Nov 2012 18:48:59 +0100 Message-ID: <20121118174859.GA29052@shrek.podlesie.net> References: <20121110155718.GA29321@shrek.podlesie.net> <7v8va9p6pn.fsf@alter.siamese.dyndns.org> <20121110204633.GA29363@shrek.podlesie.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Angelo Borsotti , Junio C Hamano , git , peff@peff.net To: Drew Northup X-From: git-owner@vger.kernel.org Sun Nov 18 18:49:25 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ta8zj-0007CD-1m for gcvg-git-2@plane.gmane.org; Sun, 18 Nov 2012 18:49:23 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752063Ab2KRRtE (ORCPT ); Sun, 18 Nov 2012 12:49:04 -0500 Received: from [93.179.225.50] ([93.179.225.50]:44912 "EHLO shrek.podlesie.net" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752003Ab2KRRtD (ORCPT ); Sun, 18 Nov 2012 12:49:03 -0500 Received: by shrek.podlesie.net (Postfix, from userid 603) id C63D8F75; Sun, 18 Nov 2012 18:48:59 +0100 (CET) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sun, Nov 18, 2012 at 11:55:09AM -0500, Drew Northup wrote: > > > So we should always use "" for exact path, and "" for > > pathspecs patterns as defined in gitglossary. I think it's better > > to avoid "" and always use "..." or "..." > > I suspect that the only reason why the differentiation between > "" and "" happened is because there may be some places > where it was seen that a _list of paths_ was acceptable (which isn't a > pathspec, as it isn't a search expression) and other places where is usually used for a list of , not just a list of . > _only_ a single path was acceptable. Should that fail to be the case > then there would be a good argument for changing the affected > instances of "" to "" in the documentation. (I know of no > other good way to pluralize "" myself.) > I think it's best to just add "...": for single exact path, ... for a list of exact paths, for single pathspec, ... for a list of pathspecs. Krzysiek