From: Jeff Hostetler <git@jeffhostetler.com>
To: Ramsay Jones <ramsay@ramsayjones.plus.com>,
Jeff Hostetler <jeffhost@microsoft.com>
Cc: Junio C Hamano <gitster@pobox.com>,
GIT Mailing-list <git@vger.kernel.org>
Subject: Re: [PATCH] fix an 'dubious one-bit signed bitfield' error
Date: Fri, 3 Nov 2017 13:26:27 -0400 [thread overview]
Message-ID: <c9ac794b-c864-fa37-99b5-befe4d45b37a@jeffhostetler.com> (raw)
In-Reply-To: <7b066cbc-416b-b870-5fd5-3673ece036f8@ramsayjones.plus.com>
d'oh. thanks!
On 11/3/2017 1:05 PM, Ramsay Jones wrote:
>
> Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
> ---
>
> Hi Jeff,
>
> If you need to re-roll your 'jh/object-filtering' branch, could
> you please squash this into the relevant commit (b87fd93d81,
> "list-objects: filter objects in traverse_commit_list", 02-11-2017).
>
> [This error was issued by sparse]
>
> Thanks!
>
> ATB,
> Ramsay Jones
>
> list-objects-filter.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/list-objects-filter.c b/list-objects-filter.c
> index 7f2842547..d9e626be8 100644
> --- a/list-objects-filter.c
> +++ b/list-objects-filter.c
> @@ -191,7 +191,7 @@ static void *filter_blobs_limit__init(
> */
> struct frame {
> int defval;
> - int child_prov_omit : 1;
> + unsigned int child_prov_omit : 1;
> };
>
> struct filter_sparse_data {
>
prev parent reply other threads:[~2017-11-03 17:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-03 17:05 [PATCH] fix an 'dubious one-bit signed bitfield' error Ramsay Jones
2017-11-03 17:26 ` Jeff Hostetler [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=c9ac794b-c864-fa37-99b5-befe4d45b37a@jeffhostetler.com \
--to=git@jeffhostetler.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jeffhost@microsoft.com \
--cc=ramsay@ramsayjones.plus.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).