Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 12/16] _git: correct some "undocumented" options
- X-seq: zsh-workers 31615
- From: Nikolai Weibull <now@xxxxxxx>
- To: Øystein Walle <oystwa@xxxxxxxxx>
- Subject: Re: [PATCH 12/16] _git: correct some "undocumented" options
- Date: Tue, 30 Jul 2013 16:39:54 +0200
- Cc: zsh-workers@xxxxxxx, m0viefreak.cm@xxxxxxxxxxxxxx
- 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=pqYc4eaywFSUG2max93EV/6GW2jWCH4OSDpEqKT7o58=; b=CqksDLWs1eTzXru6lHkrVLH3dkWlriKpIS63iJHJPWte2yXcMMP52h0LVhV1Ewr2qT 0bsKezVPkaAdZjUZXgpq5MwTsBrQYacP/vVY1B0pPrt7DUB5Sv8LrQKUII7j2O0D4ecg eucWH+xLphCXS1yi61+tYn83LPRqL+q6LqXSCl1zmMZCt/E1IWCpId/iwgNW0407GbQG oUFs8vweUWXMBm/In8CIpSDKYb8GUWgB4hcoEwftIPME3cVpe+eK8j5NZZM1yw7/qwDs u9bq+3GBFz6dD+fOFUUqteGWNihMAI6lTnBVVnwzFJ6DYAUMl8z8WEQ8Kil2iZCmJq7O WdFw==
- In-reply-to: <a0d5c7e0f313ee20133dd18f68e86eceb4c9d137.1375006129.git.oystwa@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <cover.1375006129.git.oystwa@gmail.com> <a0d5c7e0f313ee20133dd18f68e86eceb4c9d137.1375006129.git.oystwa@gmail.com>
- Sender: nikolai.weibull@xxxxxxxxx
On Sun, Jul 28, 2013 at 6:22 PM, Øystein Walle <oystwa@xxxxxxxxx> wrote:
> From: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
>
> diff options:
> --cumulative is deprecated --> remove
> --follow was already in there --> remove duplicate
> -G / -S: reword -S to emphase the difference to -G
>
> revision options:
> --abbrev: reword, to emphase the --abbrev-commit requirement
> - # TODO: --diff3 is undocumented.
> - # TODO: --mirror is undocumented.
> - # TODO: --cumulative is undocumented.
> - '--cumulative[undocumented]'
> - # TODO: --follow is undocumented.
> - '--follow[undocumented]'
> - # TODO: --textconv is undocumented.
> - '--textconv[undocumented]'
> - # TODO: --no-textconv is undocumented.
> - '--no-textconv[undocumented]'
> - # TODO: -G is undocumented.
> - '-G[undocumented]'
> - # TODO: --no-abbrev is undocumented.
> - '--no-abbrev[undocumented]'
Again, # TODO: undocumented means that Git’s documentation doesn’t
document the option. Please double-check that all these options have
been added to the documentation and, if not, send them patches as
well.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author