Staging
v0.5.1
https://github.com/git/git
Revision 9bf600f5edf4beea0ee980660bdc5ff523e7b5c5 authored by Junio C Hamano on 20 January 2022, 23:27:06 UTC, committed by Junio C Hamano on 20 January 2022, 23:27:06 UTC
2 parent s ebb085e + 297ca89
Raw File
Tip revision: 9bf600f5edf4beea0ee980660bdc5ff523e7b5c5 authored by Junio C Hamano on 20 January 2022, 23:27:06 UTC
Sync with master
Tip revision: 9bf600f
version.h
#ifndef VERSION_H
#define VERSION_H

extern const char git_version_string[];
extern const char git_built_from_commit_string[];

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

#endif /* VERSION_H */
back to top