From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14036 invoked by alias); 30 Jul 2013 18:02:08 -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: 31621 Received: (qmail 19462 invoked from network); 30 Jul 2013 18:01:54 -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 autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.128.178 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=ss1TP832CNMuXBhyE4epjZQuvit5425JsaFZkhKoUu8=; b=zQqOuILD7XGdwA511i1xE0raS1In1SgdVO/jVtwIfUJ3r1OZtAUPsmh7zFmK+kZA5b j44Ylk7I/srt0w2CyUAMTZbQA1+URrKhuzFIRjw7yJ4bljB6z0EgzU4yazfGeJ8tmfr7 fH2VfuHh9nS3WNJQE24T34vxGHqNoj/A13Ww0raOzC9aRXr43YGxuaTRG0hUY6cvFYij WvtTgkNcomq5G2s3M1vImL72mje9OiSqV/3YEmK0TptKK9Nb5j0DAXjk/upZWLWiONL0 hJeNO6kS7ZxeUnnDTqCnL/rk5XhNI/qoswk/KSYC4+kr/LvxABvuK1qQDxOgqfver7pP epTQ== X-Received: by 10.58.237.105 with SMTP id vb9mr210811vec.2.1375207307444; Tue, 30 Jul 2013 11:01:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: =?UTF-8?Q?=C3=98ystein_Walle?= Date: Tue, 30 Jul 2013 20:01:07 +0200 Message-ID: Subject: Re: [PATCH 11/16] _git: remove TODOs of actually documented options To: Nikolai Weibull , zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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... I have "vetted" this particular patch. Some options are in fact documented (--null, --local, -v and --verbose, --break-rewrites) while some are not ev= en 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 spea= k)? If it is of interest I can vet the others that touch TODOs as well.