mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
sparse cleanup
Fix various things that sparse complains about:
- use NULL instead of 0
- make sure we declare everything properly, or mark it static
- use proper function declarations ("fn(void)" instead of "fn()")
Sparse is always right.
This commit is contained in: