git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: Jari Aalto <jari.aalto@cante.net>
Cc: git@vger.kernel.org, Jonathan Nieder <jrnieder@gmail.com>,
	Erik Faye-Lund <kusmabite@gmail.com>
Subject: Re: [PATCH] Documentation/config.txt: Order variables alphabetically
Date: Wed, 1 Dec 2010 17:37:52 +0100	[thread overview]
Message-ID: <201012011737.53652.jnareb@gmail.com> (raw)
In-Reply-To: <20101201150917.GD6537@picasso.cante.net>

Dnia środa 1. grudnia 2010 16:09, jari napisał:
> On 2010-12-01 15:57, Jakub Narebski wrote:
>| On Wed, 1 Dec 2010, Jari Aalto wrote:
>|> On 2010-12-01 05:58, Jakub Narebski wrote:
>|>| jari.aalto@cante.net writes:
>|>| 
>|>|> From: Jari Aalto <jari.aalto@cante.net>
>|>|> 
>|>|> 
>|>|> Signed-off-by: Jari Aalto <jari.aalto@cante.net>
>|>|> ---
>|>|>  Documentation/config.txt| 1698 +++++++++++++++++++++++-----------------------
>|>|>  1 files changed, 852 insertions(+), 846 deletions(-)
>|>| 
>|>| Why?  What such large change is for?
>|>| 
>|>| Note that currently config variables are grouped by functionality: for
>|>| example core.eol and core.safecrlf, or core.compression and
>|>| core.loosecompression are close to each other.
>| 
>| What about the above?
> 
> We use standard biblical refences:
> 
> 	 Se ....
> 
> Suggest what is needed, and it will be so.

Having related config variables together is IMVHO more important than
having config variables sorted alphabetically.

>|> The phone books have an index where to up information.
>|> 
>|>     - When you see script and it use VARIABLE, you look it from
>|>       manual page
>| 
>| Manpages (and 'git <cmd> --help') are displayed in pager, so you can
>| always search for option in a pager (e.g. '/' in 'less', the default
>| pager).
> 
> Yuck, it's real fun start backward/forward ping-pong when you dont'
> know the directions and can't rely on standard A-Z index.

No need for backward/forward, simply go to beginning ([Home]) and search
forward (/<pattern>), or go to end ([End]) and search backward (?<pattern>).

>|> It is same as putting option in alphabetical order. See GNU cp(1),
>|> ssh(1) etc.
>| 
>| In git documentation command line options are not in alphabetical order,
>| but grouped by functionality, therefore your argument is invalid.
> 
> I see that only in pages that have tens and tens and tens of options..

And git command doesn't have tens and tens of options?

BTW. you discarded my counterexamples of tar, rpm and uname.

> 
> The problem is more the asciidoc's. Various bits and pices are
> "included" in place and make ordering the options impossible in some
> pages.
> 
> Let's get all pages in shape with A-Z in this regard. That's a good
> quality goal.

If it is impossible to have options ordered alphabetically because common
options are extracted to separate file and then "included", why bother?

> 
>|> There are zillion values and for a reference, alphabetical order makes
>|> sense.
>| 
>| I agree that alphabetical order makes sense for glossary; I disagree that
>| it makes sense here.
> 
> About 60% in git-config is already in alpha order (core.*, sendmail.*
> etc), so there is not really much that is changing.

core.* is not in alphabetical order: we have `core.eol', `core.safecrlf',
`core.autocrlf'.

sendemail.* is not fully in alphabetical order: we have 
`sendemail.smtpserverport', then `sendemail.smtpserveroption' (p-o, not
alphabetical o-p).
 
> Well. If standard reading order is not the standard, I don't know what
> is.

I'd rather, _if we must_, *generate* gitconfig(5) file with alphabetically
ordered configuration variables (and subvariables).

Functional grouping is IMVHO more important than alphabetical ordering.
-- 
Jakub Narebski
Poland

  parent reply	other threads:[~2010-12-01 16:38 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-01 13:12 [PATCH] Documentation/config.txt: Order variables alphabetically jari.aalto
2010-12-01 13:58 ` Jakub Narebski
2010-12-01 14:34   ` jari
     [not found]   ` <20101201142920.GB6537@picasso.cante.net>
2010-12-01 14:57     ` Jakub Narebski
2010-12-01 15:09       ` jari
2010-12-01 15:19         ` Erik Faye-Lund
2010-12-01 15:33           ` Jari Aalto
2010-12-01 15:37           ` Jari Aalto
2010-12-01 16:37         ` Jakub Narebski [this message]
2010-12-01 17:10           ` Jari Aalto
2010-12-01 18:03             ` Jeff King
2010-12-01 23:38               ` Jakub Narebski
2010-12-02  1:02             ` SZEDER Gábor
2010-12-02  5:43               ` Jari Aalto
2010-12-02  9:32                 ` SZEDER Gábor
2010-12-02  5:46               ` Jari Aalto
2010-12-02  9:24                 ` SZEDER Gábor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201012011737.53652.jnareb@gmail.com \
    --to=jnareb@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=jari.aalto@cante.net \
    --cc=jrnieder@gmail.com \
    --cc=kusmabite@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).