All of lore.kernel.org
 help / color / mirror / Atom feed
From: Moumita <dhar61595@gmail.com>
To: git@vger.kernel.org
Cc: Moumita <dhar61595@gmail.com>
Subject: [PATCH 0/1] [GSoC] [Newbie] Fix -Wsign-compare warnings in refs.c
Date: Sat,  8 Feb 2025 23:57:34 +0530	[thread overview]
Message-ID: <20250208182736.18133-1-dhar61595@gmail.com> (raw)

Hello Git community,

I am a newcomer interested in contributing to Git as part of GSoC. This patch
removes `DISABLE_SIGN_COMPARE_WARNINGS` from `refs.c` and fixes integer
comparison issues that caused `-Wsign-compare` warnings.

Moumita (1):
  refs.c: fix -Wsign-compare warnings

 refs.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

-- 
2.48.0


             reply	other threads:[~2025-02-08 18:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-08 18:27 Moumita [this message]
2025-02-08 18:27 ` [PATCH 1/1] refs.c: fix -Wsign-compare warnings Moumita
2025-02-08 19:01   ` Kristoffer Haugsbakk
2025-02-08 22:07   ` Junio C Hamano

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=20250208182736.18133-1-dhar61595@gmail.com \
    --to=dhar61595@gmail.com \
    --cc=git@vger.kernel.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.