From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Documentation/git-stash.txt: Adjust SYNOPSIS command syntaxes Date: Fri, 01 Feb 2008 15:26:17 -0800 Message-ID: <7vejbw8die.fsf@gitster.siamese.dyndns.org> References: <7ihp802o.fsf@blue.sea.net> <1w7w966m.fsf@blue.sea.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Jari Aalto X-From: git-owner@vger.kernel.org Sat Feb 02 00:27:11 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 1JL5Hf-0000hs-0Y for gcvg-git-2@gmane.org; Sat, 02 Feb 2008 00:26:59 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760863AbYBAX00 (ORCPT ); Fri, 1 Feb 2008 18:26:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760338AbYBAX00 (ORCPT ); Fri, 1 Feb 2008 18:26:26 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:35085 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752860AbYBAX0Z (ORCPT ); Fri, 1 Feb 2008 18:26:25 -0500 Received: from a-sasl-quonix (localhost [127.0.0.1]) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id B89B52303; Fri, 1 Feb 2008 18:26:23 -0500 (EST) 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-quonix.pobox.com (Postfix) with ESMTP id DD3582302; Fri, 1 Feb 2008 18:26:20 -0500 (EST) In-Reply-To: (Jari Aalto's message of "Sat, 02 Feb 2008 00:37:44 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jari Aalto writes: > * Fri 2008-02-01 Jakub Narebski > * Message-Id: m33asc94xn.fsf@localhost.localdomain >> Jari Aalto writes: >> >>> * Fri 2008-02-01 Jakub Narebski >>> * Message-Id: m37iho9b70.fsf@localhost.localdomain >>> > >>> > >>> > 'git-stash' (list | show [] | apply [] | clear) >>> > 'git-stash' [save [...]] >>> > >>> > Angle brackets if I understand correctly are meant to denote part >>> > which you have to enter, the user supplied info (the reast ou have to >>> > enter literally). >>> >>> Nowhere I have seen "(" parenheses to mean "required". >> >> The "(" parentheses does not mean "required". They do mean "group", >> just like for regular expressions. So "A (B | C)" means "A B" or >> "A C". > > In regexp language yes, but in describing the command syntaxes, I do not > have come accross this. Would you have descriptive examples? > >>> The angle brackets are commonly used to tell that the part is to be >>> required: >>> >>> command