mirror of
https://git.proxmox.com/git/libgit2
synced 2025-10-27 15:56:52 +00:00
The header src/cc-compat.h defines portable format specifiers PRIuZ, PRIdZ, and PRIxZ. The original report highlighted the need to use these specifiers in examples/network/fetch.c. For this commit, I checked all C source and header files not in deps/ and transitioned to the appropriate format specifier where appropriate. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| clone.c | ||
| common.c | ||
| common.h | ||
| fetch.c | ||
| git2.c | ||
| index-pack.c | ||
| ls-remote.c | ||
| Makefile | ||