Revision 3bef3c12d6c0f5be0e95eb143fdd32583bae7a74 authored by Junio C Hamano on 05 March 2015, 21:12:59 UTC, committed by Junio C Hamano on 05 March 2015, 21:12:59 UTC
We didn't format an integer that wouldn't fit in "int" but in
"uintmax_t" correctly.

* jk/decimal-width-for-uintmax:
  decimal_width: avoid integer overflow
2 parent s b1cffbf + d306f3d
Raw File
version.h
#ifndef VERSION_H
#define VERSION_H

extern const char git_version_string[];

const char *git_user_agent(void);
const char *git_user_agent_sanitized(void);

#endif /* VERSION_H */
back to top