public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] path: clean up few things
@ 2026-03-02 14:21 K Jayatheerth
  2026-03-02 14:21 ` [PATCH 1/3] path: remove unused header K Jayatheerth
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: K Jayatheerth @ 2026-03-02 14:21 UTC (permalink / raw)
  To: git; +Cc: K Jayatheerth

While reviewing path.c in preparation for the upcoming git repo info path expansions,
I noticed a few areas of accumulated technical debt.

This series cleans up the file by removing an unused header, enforcing proper
size_t typing for path lengths, and eliminating redundant settings evaluations
to keep the underlying path API clean.

K Jayatheerth (3):
  path: remove unused header
  path: use the right datatype
  path: remove redundant function calls

 path.c | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

-- 
2.53.0

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

end of thread, other threads:[~2026-03-06 21:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02 14:21 [PATCH 0/3] path: clean up few things K Jayatheerth
2026-03-02 14:21 ` [PATCH 1/3] path: remove unused header K Jayatheerth
2026-03-02 14:21 ` [PATCH 2/3] path: use the right datatype K Jayatheerth
2026-03-03 13:42   ` Patrick Steinhardt
2026-03-03 16:21   ` Junio C Hamano
2026-03-02 14:21 ` [PATCH 3/3] path: remove redundant function calls K Jayatheerth
2026-03-03 13:42   ` Patrick Steinhardt
2026-03-03 16:39   ` Junio C Hamano
2026-03-04 13:04 ` [PATCH v2 0/3] clean up a few things K Jayatheerth
2026-03-04 13:05   ` [PATCH v2 1/3] path: remove unused header K Jayatheerth
2026-03-04 13:05   ` [PATCH v2 2/3] path: use size_t for dir_prefix length K Jayatheerth
2026-03-04 17:15     ` Junio C Hamano
2026-03-04 13:05   ` [PATCH v2 3/3] path: remove redundant function calls K Jayatheerth
2026-03-05 12:53   ` [PATCH v3 0/3] clean up a few things K Jayatheerth
2026-03-05 12:53     ` [PATCH v3 1/3] path: remove unused header K Jayatheerth
2026-03-05 12:53     ` [PATCH v3 2/3] path: use size_t for dir_prefix length K Jayatheerth
2026-03-05 12:53     ` [PATCH v3 3/3] path: remove redundant function calls K Jayatheerth
2026-03-05 19:36     ` [PATCH v3 0/3] clean up a few things Junio C Hamano
2026-03-06  1:47       ` K Jayatheerth
2026-03-06  1:59       ` K Jayatheerth
2026-03-06 21:58         ` 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