From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karthik Nayak Subject: Re: [PATCH v4 07/19] for-each-ref: add '--merged' and '--no-merged' options Date: Tue, 23 Jun 2015 16:35:38 +0530 Message-ID: References: <1434919705-4884-1-git-send-email-karthik.188@gmail.com> <1434919705-4884-7-git-send-email-karthik.188@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Git List , Christian Couder , Matthieu Moy To: Eric Sunshine X-From: git-owner@vger.kernel.org Tue Jun 23 13:06:15 2015 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 1Z7M1t-0000kD-UJ for gcvg-git-2@plane.gmane.org; Tue, 23 Jun 2015 13:06:14 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754447AbbFWLGK (ORCPT ); Tue, 23 Jun 2015 07:06:10 -0400 Received: from mail-oi0-f45.google.com ([209.85.218.45]:33473 "EHLO mail-oi0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753540AbbFWLGI (ORCPT ); Tue, 23 Jun 2015 07:06:08 -0400 Received: by oiyy130 with SMTP id y130so4264906oiy.0 for ; Tue, 23 Jun 2015 04:06:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Qii84PYvNg/MxRNUsI3rObRLwCDcxGGSLOC1647xKEE=; b=lnfzZzO2LtQEz7FeGVg9+jXyN18FYBjSauOVAhK29MIphooCnI5+XyrUopYJinSyqp a9ljn/KuBd3WcmOtm8k+ksykl5WiEgBapow6mXZcEokLAwZQBBHasPMmFUA8xevUttgu 2AJjPz3mFjr+v1ax0w5VHiCDu/Fa15g7W5G6VwF/PE1K4YlarCBl+VtEboJTQMdIlvvV fcBi/4XMQ4A+mU0VK8ia20y45dtwjA5J8tEqwN7iPLztQV2YlPk7l3YgC8xAyePAUB1Q bp/V954bgqSBLyuj/616pU7br4br+U9dgaovkFLcQx2yeW25BRXmEVevebd/y4mPVvxy 3zEQ== X-Received: by 10.60.35.8 with SMTP id d8mr29314956oej.37.1435057567393; Tue, 23 Jun 2015 04:06:07 -0700 (PDT) Received: by 10.182.95.165 with HTTP; Tue, 23 Jun 2015 04:05:38 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Tue, Jun 23, 2015 at 4:11 AM, Eric Sunshine wrote: > > According to the documentation you added to the OPTIONS section, the > object following --merged and --no-merged is optional. Therefore, > shouldn't this be s//[]/ ? > > Also, in the OPTIONS section, you spelled it "commit" rather than "object". > > > Ditto: s//[]/ > Noted and changed, this would apply to --contains also :) -- Regards, Karthik Nayak