From: Junio C Hamano <gitster@pobox.com>
To: Elia Pinto <gitter.spiros@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] archive.c: reduce scope of variables
Date: Wed, 29 Jan 2014 10:28:10 -0800 [thread overview]
Message-ID: <xmqqa9eek5hh.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <1391001515-5672-1-git-send-email-gitter.spiros@gmail.com> (Elia Pinto's message of "Wed, 29 Jan 2014 05:18:35 -0800")
Elia Pinto <gitter.spiros@gmail.com> writes:
> Signed-off-by: Elia Pinto <gitter.spiros@gmail.com>
> ---
Either the patch is whitespace damaged during the mail transport, or
you are incorrectly indenting the lines with all spaces.
> archive.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/archive.c b/archive.c
> index 346f3b2..49b79f8 100644
> --- a/archive.c
> +++ b/archive.c
> @@ -112,7 +112,6 @@ static int write_archive_entry(const unsigned char *sha1, const char *base,
> write_archive_entry_fn_t write_entry = c->write_entry;
> struct git_attr_check check[2];
> const char *path_without_prefix;
> - int err;
>
> args->convert = 0;
> strbuf_reset(&path);
> @@ -132,6 +131,7 @@ static int write_archive_entry(const unsigned char *sha1, const char *base,
> }
>
> if (S_ISDIR(mode) || S_ISGITLINK(mode)) {
> + int err;
> if (args->verbose)
> fprintf(stderr, "%.*s\n", (int)path.len, path.buf);
> err = write_entry(args, sha1, path.buf, path.len, mode);
> @@ -319,7 +319,6 @@ static int parse_archive_args(int argc, const char **argv,
> const char *output = NULL;
> int compression_level = -1;
> int verbose = 0;
> - int i;
> int list = 0;
> int worktree_attributes = 0;
> struct option opts[] = {
> @@ -366,6 +365,7 @@ static int parse_archive_args(int argc, const char **argv,
> base = "";
>
> if (list) {
> + int i;
> for (i = 0; i < nr_archivers; i++)
> if (!is_remote || archivers[i]->flags & ARCHIVER_REMOTE)
> printf("%s\n", archivers[i]->name);
prev parent reply other threads:[~2014-01-29 18:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-29 13:18 [PATCH] archive.c: reduce scope of variables Elia Pinto
2014-01-29 18:28 ` Junio C Hamano [this message]
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=xmqqa9eek5hh.fsf@gitster.dls.corp.google.com \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=gitter.spiros@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 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.