From: Francis Galiegue <fge@one2team•com>
To: Julien Danjou <julien@danjou•info>
Cc: git@vger•kernel.org, gitster@pobox•com
Subject: Re: [PATCH] git-remote: make remote name optional for prune operation
Date: Wed, 6 May 2009 16:49:25 +0200 [thread overview]
Message-ID: <200905061649.25351.fge@one2team.com> (raw)
In-Reply-To: <1241620621-12188-1-git-send-email-julien@danjou.info>
Le mercredi 06 mai 2009, Julien Danjou a écrit :
[...]
Didn't you forget a little something in your patch?
[...]
> diff --git a/builtin-remote.c b/builtin-remote.c
[...]
> @@ -25,6 +25,7 @@ static const char * const builtin_remote_usage[] = {
>
> static int verbose;
>
> +static int get_one_entry(struct remote *remote, void *priv);
> static int show_all(void);
[...]
>
> if (argc < 1)
> - usage_with_options(builtin_remote_usage, options);
> + {
> + struct string_list list = { NULL, 0, 0 };
> + int result = for_each_remote(get_one_entry, &list);
--
Francis Galiegue
ONE2TEAM
Ingénieur système
Mob : +33 (0) 683 877 875
Tel : +33 (0) 178 945 552
fge@one2team•com
40 avenue Raymond Poincaré
75116 Paris
next prev parent reply other threads:[~2009-05-06 14:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-06 14:37 [PATCH] git-remote: make remote name optional for prune operation Julien Danjou
2009-05-06 14:49 ` Francis Galiegue [this message]
2009-05-06 15:32 ` Julien Danjou
2009-05-06 15:46 ` Jacob Helwig
2009-05-06 16:15 ` Michael J Gruber
2009-05-06 16:58 ` Julien Danjou
2009-05-06 17:18 ` Junio C Hamano
2009-05-06 17:54 ` Junio C Hamano
2009-05-06 17:55 ` Finn Arne Gangstad
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=200905061649.25351.fge@one2team.com \
--to=fge@one2team$(echo .)com \
--cc=git@vger$(echo .)kernel.org \
--cc=gitster@pobox$(echo .)com \
--cc=julien@danjou$(echo .)info \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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