public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] [GSOC]  Use unsigned type for bit flags in commit-reach.c
@ 2025-02-12 19:28 Moumita
  2025-02-12 19:28 ` [PATCH 1/1] commit-reach: use unsigned int for flags in paint_down_to_common() Moumita
  2025-02-12 21:16 ` [PATCH 0/1] [GSOC] Use unsigned type for bit flags in commit-reach.c Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Moumita @ 2025-02-12 19:28 UTC (permalink / raw)
  To: git; +Cc: Moumita

The `flags` variable  holds multiple bitwise flags (PARENT1, PARENT2, STALE),these flags are defined using (1u << N), so maybe there will be no issues if it is changed from `int` to `unsigned int`

Moumita (1):
  commit-reach: use unsigned int for flags in paint_down_to_common()

 commit-reach.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.48.0


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

end of thread, other threads:[~2025-02-12 21:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 19:28 [PATCH 0/1] [GSOC] Use unsigned type for bit flags in commit-reach.c Moumita
2025-02-12 19:28 ` [PATCH 1/1] commit-reach: use unsigned int for flags in paint_down_to_common() Moumita
2025-02-12 21:16 ` [PATCH 0/1] [GSOC] Use unsigned type for bit flags in commit-reach.c 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