Revision 68eb7b1b5222d5c9db2a9d5047bffe3fb65280f8 authored by Junio C Hamano on 28 October 2016, 16:01:12 UTC, committed by Junio C Hamano on 28 October 2016, 16:01:12 UTC
A follow-up to an already graduated topic.

* js/regexec-buf:
  configure.ac: improve description of NO_REGEX test
2 parent s 76796d4 + 842a516
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