Merge branch 'jc/submodule-helper-avoid-zu' into next

An accidental use of '%zu' format flag in 'git submodule--helper' has been corrected to use 'PRIuMAX' and cast the value to 'uintmax_t', to avoid portability issues. * jc/submodule-helper-avoid-zu: submodule--helper: avoid use of %zu for now

Junio C Hamano committed Jul 19, 2026 at 10:43 UTC b12d5d76f5db321d45ce5457c54e5491da13d647

No changes.