git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Contreras <felipe.contreras@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Johannes Schindelin <Johannes.Schindelin@gmx.de>
Subject: Re: [PATCH B v4 5/5] git config: don't allow --get-color* and  variable type
Date: Sat, 7 Mar 2009 11:47:54 +0200	[thread overview]
Message-ID: <94a0d4530903070147v1128e482n9522d60292d206a0@mail.gmail.com> (raw)
In-Reply-To: <7vmycez86y.fsf@gitster.siamese.dyndns.org>

On Sun, Feb 22, 2009 at 7:35 PM, Junio C Hamano <gitster@pobox.com> wrote:
> Felipe Contreras <felipe.contreras@gmail.com> writes:
>
>>>> diff --git a/builtin-config.c b/builtin-config.c
>>>> index 8045926..9930568 100644
>>>> --- a/builtin-config.c
>>>> +++ b/builtin-config.c
>>>> @@ -359,6 +359,11 @@ int cmd_config(int argc, const char **argv, const char *unused_prefix)
>>>>       if (get_colorbool_slot)
>>>>           actions |= ACTION_GET_COLORBOOL;
>>>>
>>>> +     if ((get_color_slot || get_colorbool_slot) && types) {
>>>> +             error("--get-color and variable type are incoherent");
>>>> +             usage_with_options(builtin_config_usage, builtin_config_options);
>>>> +     }
>>>> +
>>>
>>> I do not think I suggested anything like this, so I'd decline to take
>>> credit for this patch.
>>>
>>> Strictly speaking, "--bool --get-colorbool diff.color 1" shouldn't error
>>> out, don't you think?  And it certainly shouldn't say "--get-color".
>>
>> Huh? I misinterpreted:
>> I see "git config --bool --get-color diff.color.whitespace" is still
>> allowed, which you might want to tighten further.
>
> "--get-color" gets, escape sequence to throw at the terminal to get the
> color configured.  It does not make sense to ask for bool (or int) for
> that action.
>
> "--get-colorbool" asks if it is appropriate to use such escape sequence
> (e.g. when the output is tty and config says "auto", you would get "please
> use color").  In other words, its type is always bool, so using it as
> --int does not make sense but we cannot really say using it with --bool is
> nonsense.

Now I get it, but why would somebody want to do '--bool
--get-colorbool'? That is redundant.

I think --bool should be used only for boolean variables, not color ones.

Please let me know if the original patch is ok and I'll resend it with
'--get-color*'.

-- 
Felipe Contreras

  reply	other threads:[~2009-03-07  9:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-21  0:49 [PATCH B v4 0/5] git config: reorganization Felipe Contreras
2009-02-21  0:49 ` [PATCH B v4 1/5] git config: reorganize to use parseopt Felipe Contreras
2009-02-21  0:49   ` [PATCH B v4 2/5] git config: don't allow multiple config file locations Felipe Contreras
2009-02-21  0:49     ` [PATCH B v4 3/5] git config: don't allow multiple variable types Felipe Contreras
2009-02-21  0:49       ` [PATCH B v4 4/5] git config: don't allow extra arguments for -e or -l Felipe Contreras
2009-02-21  0:49         ` [PATCH B v4 5/5] git config: don't allow --get-color* and variable type Felipe Contreras
2009-02-22 16:48           ` Junio C Hamano
2009-02-22 17:12             ` Felipe Contreras
2009-02-22 17:35               ` Junio C Hamano
2009-03-07  9:47                 ` Felipe Contreras [this message]
2009-02-22 16:48   ` [PATCH B v4 1/5] git config: reorganize to use parseopt Junio C Hamano
2009-02-22 17:19     ` Felipe Contreras
2009-02-21  0:53 ` [PATCH B v4 0/5] git config: reorganization Felipe Contreras

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=94a0d4530903070147v1128e482n9522d60292d206a0@mail.gmail.com \
    --to=felipe.contreras@gmail.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.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).