Revision bcb68bff80eab46f9d5f367555da803e61d3d7c8 authored by Junio C Hamano on 22 September 2020, 19:36:28 UTC, committed by Junio C Hamano on 22 September 2020, 19:36:28 UTC
Optimization around submodule handling.

* os/fetch-submodule-optim:
  fetch: do not look for submodule changes in unchanged refs
2 parent s 385c171 + 7ea0c2f
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