Revision afd647c55f19b34c1c605f099720dcec49c4e24a authored by Junio C Hamano on 16 June 2015, 21:33:49 UTC, committed by Junio C Hamano on 16 June 2015, 21:33:49 UTC
Doc grammar fix.

* mc/commit-doc-grammofix:
  Documentation/git-commit: grammofix
2 parent s dfb6759 + 5c2a581
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