]> git.99rst.org Git - git.git/commit
Merge branch 'jc/submodule-helper-avoid-zu'
authorJunio C Hamano <redacted>
Mon, 27 Jul 2026 16:08:58 +0000 (09:08 -0700)
committerJunio C Hamano <redacted>
Mon, 27 Jul 2026 16:08:58 +0000 (09:08 -0700)
commitf931547dff983c5592e78f99a4d5b9361f4b3bfc
treecdf32940524dd4543b3e106c79317033ae0b6210
parentfbf123a0285f1af89e900e8fd898c1274a19b03f
parent3279c13c00f0d9c4ba7d2b67c73c36ec308e5366
Merge branch 'jc/submodule-helper-avoid-zu'

An accidental use of the '%zu' format specifier 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
builtin/submodule--helper.c
git clone https://git.99rst.org/PROJECT