Revision 03969dff8f6ab2e399df7e156c72d5b965388d2f authored by Junio C Hamano on 28 October 2016, 16:01:10 UTC, committed by Junio C Hamano on 28 October 2016, 16:01:10 UTC
Shorten description of auto-following in "git tag" by removing a
mention of historical remotes layout which is not relevant to the
main topic.

* yk/git-tag-remove-mention-of-old-layout-in-doc:
  doc: remove reference to the traditional layout in git-tag.txt
2 parent s 23415c2 + 749a227
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