All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Miklos Vajna <vmiklos@frugalware.org>
Cc: git@vger.kernel.org
Subject: Re: [PATCH v2] parse-opt: migrate builtin-apply.
Date: Sat, 27 Dec 2008 13:47:13 -0800	[thread overview]
Message-ID: <7vvdt5cmu6.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <1230387764-11230-1-git-send-email-vmiklos@frugalware.org> (Miklos Vajna's message of "Sat, 27 Dec 2008 15:22:44 +0100")

Miklos Vajna <vmiklos@frugalware.org> writes:

> +static int option_parse_inaccurate(const struct option *opt,
> +				   const char *arg, int unset)
> +{
> +	options |= INACCURATE_EOF;
> +	return 0;
> +}
> +
> +static int option_parse_recount(const struct option *opt,
> +				const char *arg, int unset)
> +{
> +	options |= RECOUNT;
> +	return 0;
> +}

I still haven't applied and ran the testsuite myself, but these makes me
wonder if there isn't a built-in "bit" type support in parse_options().

  reply	other threads:[~2008-12-27 21:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-27  4:22 [PATCH] parse-opt: migrate builtin-apply Miklos Vajna
2008-12-27  7:29 ` Junio C Hamano
2008-12-27 14:05   ` Miklos Vajna
2008-12-27 14:22     ` [PATCH v2] " Miklos Vajna
2008-12-27 21:47       ` Junio C Hamano [this message]
2009-01-05 19:12         ` Pierre Habouzit
2009-01-05 20:06           ` Miklos Vajna
2008-12-27 21:53       ` René Scharfe
2008-12-27 23:03         ` [PATCH] " Miklos Vajna
2008-12-28  0:05           ` Jacob Helwig

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=7vvdt5cmu6.fsf@gitster.siamese.dyndns.org \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    --cc=vmiklos@frugalware.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.