git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] [GSoC] [Newbie] Fix -Wsign-compare warnings in refs.c
@ 2025-02-08 18:27 Moumita
  2025-02-08 18:27 ` [PATCH 1/1] refs.c: fix -Wsign-compare warnings Moumita
  0 siblings, 1 reply; 4+ messages in thread
From: Moumita @ 2025-02-08 18:27 UTC (permalink / raw)
  To: git; +Cc: Moumita

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-08 22:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-08 18:27 [PATCH 0/1] [GSoC] [Newbie] Fix -Wsign-compare warnings in refs.c Moumita
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

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).