From: Pierre Habouzit <madcoder@debian.org>
To: Miklos Vajna <vmiklos@frugalware.org>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [PATCH v2] parse-opt: migrate builtin-ls-files.
Date: Wed, 07 Jan 2009 15:46:40 +0100 [thread overview]
Message-ID: <20090107144640.GD831@artemis.corp> (raw)
In-Reply-To: <1231297894-31809-1-git-send-email-vmiklos@frugalware.org>
[-- Attachment #1: Type: text/plain, Size: 746 bytes --]
On Wed, Jan 07, 2009 at 03:11:34AM +0000, Miklos Vajna wrote:
> +static int option_parse_ignored(const struct option *opt,
> + const char *arg, int unset)
> +{
> + struct dir_struct *dir = opt->value;
> +
> + if (unset)
> + dir->show_ignored = 0;
> + else
> + dir->show_ignored = 1;
dir->show_ignored = !unset ?
> +static int option_parse_directory(const struct option *opt,
> + const char *arg, int unset)
> +{
ditto
> +static int option_parse_empty(const struct option *opt,
> + const char *arg, int unset)
> +{
ditto
--
·O· Pierre Habouzit
··O madcoder@debian.org
OOO http://www.madism.org
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2009-01-07 14:48 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-06 0:11 [PATCH] parse-opt: migrate builtin-ls-files Miklos Vajna
2009-01-06 10:22 ` Pierre Habouzit
2009-01-07 3:11 ` [PATCH v2] " Miklos Vajna
2009-01-07 14:46 ` Pierre Habouzit [this message]
2009-01-08 0:55 ` [PATCH v3] " Miklos Vajna
2009-01-08 1:10 ` Johannes Schindelin
2009-01-08 1:54 ` Miklos Vajna
2009-01-15 0:14 ` Miklos Vajna
2009-01-15 3:16 ` Junio C Hamano
2009-01-15 3:48 ` Miklos Vajna
2009-02-14 12:16 ` Miklos Vajna
2009-02-14 20:04 ` Junio C Hamano
2009-02-14 20:56 ` Johannes Schindelin
2009-02-15 19:54 ` [PATCH] " Miklos Vajna
2009-02-15 20:13 ` Johannes Schindelin
2009-02-15 22:07 ` Miklos Vajna
2009-02-16 12:20 ` [PATCH] Turn the flags in struct dir_struct into a single variable Johannes Schindelin
2009-02-16 21:47 ` Miklos Vajna
2009-02-17 14:27 ` [PATCH] parse-opt: migrate builtin-ls-files Miklos Vajna
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=20090107144640.GD831@artemis.corp \
--to=madcoder@debian.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--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.