From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24526 invoked by alias); 30 Jul 2013 16:32:32 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31620 Received: (qmail 7737 invoked from network); 30 Jul 2013 16:32:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.128.179 as permitted sender) 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 :content-type:content-transfer-encoding; bh=XyLAI+fkNRcV1oSh7L+1qTtPVLYEuui00BvIFaraBmY=; b=nAm8KnReg7W7pfMrs/5mg5hoo42DzLg9NWctKnC3qo57JVGY+EkxKRliZ/YWYb0gur l/NHLSGFwNqMMLMH5ljDdgwTfhJQLZyj8fQkGFbfPIiNOqBYNRbRJVNXGqIMccUhI9Td zp+A9P2mMO8oRWUvBfl32m2K+iR2/YXchEb/kev1uQJqwBeta8qz681CIFs72vmlC70y Bk804iQl9dMVSo5eHIO7vMVy/E0O+m/UCZm4vUeAGL0z9YktfBsEaVbDYPzW6Woky7bp 4z29TjH6Ilal8T2b3Bq0qJNHk3XK3MPCWpN2OKpB0uieUHvh107tytImNlNVDlrIsQrY 5lhg== X-Received: by 10.52.164.83 with SMTP id yo19mr15071913vdb.62.1375201932885; Tue, 30 Jul 2013 09:32:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: =?UTF-8?Q?=C3=98ystein_Walle?= Date: Tue, 30 Jul 2013 18:31:32 +0200 Message-ID: Subject: Re: [PATCH 16/16] _git: Document --early-output To: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 30 July 2013 16:35, Nikolai Weibull wrote: > On Sun, Jul 28, 2013 at 6:22 PM, =C3=98ystein Walle wr= ote: > >> - # TODO: --early-output is undocumented. >> - '--early-output=3D-[undocumented]::undocumented' >> + '--early-output=3D-[generate some output early even if not done]: := __git_guard_number "number of commits"' > > The point here is that --early-output isn=E2=80=99t documented in Git=E2= =80=99s > documentation. Please notify the Git developers that it isn=E2=80=99t so= that > the description here can match that in the documentation (once > written). I was planning on writing the corresponding patch to Git too, but the logs = make it clear that this option is only meant for other calling processes. While it would make sense to document it in Git's man pages still (what oth= er reference is there?) it makes less sense to suggest it for interactive use. I suggest you ignore this patch. Regards, =C3=98sse