https://github.com/git/git
Revision 28a925bc515c3672a46739434aefb78593ee6883 authored by Junio C Hamano on 18 October 2017, 05:19:09 UTC, committed by Junio C Hamano on 18 October 2017, 05:19:09 UTC
Doc update.

* bb/doc-eol-dirty:
  Documentation: mention that `eol` can change the dirty status of paths
2 parent s 0445bd7 + 3bc4b8f
Raw File
Tip revision: 28a925bc515c3672a46739434aefb78593ee6883 authored by Junio C Hamano on 18 October 2017, 05:19:09 UTC
Merge branch 'bb/doc-eol-dirty' into maint
Tip revision: 28a925b
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