From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18566 invoked by alias); 30 Jul 2013 20:41:44 -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: 31622 Received: (qmail 11951 invoked from network); 30 Jul 2013 20:41:40 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.192.175 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=qrDiU3X6OTEMdB4BVj9xPqoGysQzMk7HpIrSUo0xTLQ=; b=DUuehEG9ogpiQZ8sI8RqywMZsc5sYARXl9VtObLBjNaxm0FToGnE7YdWvtOIFfzmdA 82KLdpwmWrRHX/catRB5dFH35cb1edNScLtAd95FQPAbJ2XnqncT2qcl6k7O9svOo1ac yHbKt9gf1csEWBv475nn+cC1Hnj4z584FKakA1Fenfe03is144ZA4Uh0LTLECdLnnNt9 I0Cz/I1IKXNJ4lqjv+IIa19xTPAY9vF/hWVCXso/qnswmkVpuQie1FAILnlufrC6oTOy 5F9zzZJ8jnsDzZU0C2mj86epZkzTFKFD7mJ7ut2sr8iLvNy8i5R1Ahdp3Km5KjcDUfHA MS0Q== MIME-Version: 1.0 X-Received: by 10.68.237.3 with SMTP id uy3mr37000823pbc.155.1375216895103; Tue, 30 Jul 2013 13:41:35 -0700 (PDT) Sender: nikolai.weibull@gmail.com In-Reply-To: References: Date: Tue, 30 Jul 2013 22:41:35 +0200 X-Google-Sender-Auth: _9J858mIHE256FtV2Q-SXDy03eI Message-ID: Subject: Re: [PATCH 11/16] _git: remove TODOs of actually documented options From: Nikolai Weibull To: =?UTF-8?Q?=C3=98ystein_Walle?= Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Jul 30, 2013 at 8:01 PM, =C3=98ystein Walle wrot= e: > On 30 July 2013 16:40, Nikolai Weibull wrote: >> Here too, undocumented means that it isn=E2=80=99t documented in Git=E2= =80=99s >> documentation. Please do what I should have done and send them >> patches as well. > > Our misunderstanding of the TODOs has caused some unfortunate trouble... It=E2=80=99s my fault for never putting out any real documentation on the t= o-do list. > I have "vetted" this particular patch. Some options are in fact documente= d > (--null, --local, -v and --verbose, --break-rewrites) while some are not = even > supported by git (--detect-renames, --detect-copies, --for-rewrite). > > You are completely right about the rest. > > Should I send a corrected patch to replace this one (an 11/16 v2 so to sp= eak)? > If it is of interest I can vet the others that touch TODOs as well. I think that you may apply them, but please try to send patches to the Git project as well so that the options can get documented properly in the man files as well.