https://github.com/git/git
Raw File
Tip revision: a59b9c9c6bcce0650d550eaa23aa0fb1842ec200 authored by Shourya Shukla on 15 January 2020, 12:20:16 UTC
t6025: use of helpers to replace test -f & other changes
Tip revision: a59b9c9
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