Revision 8e777af273dd76c9140f6d8bf24a09e26a89f4c5 authored by Junio C Hamano on 28 December 2017, 22:08:48 UTC, committed by Junio C Hamano on 28 December 2017, 22:08:48 UTC
Test fix.

* bp/fsmonitor:
  p7519: improve check for prerequisite WATCHMAN
2 parent s f40e83d + b4f61b7
Raw File
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