diff options
author | 2017-12-28 14:08:47 -0800 | |
---|---|---|
committer | 2017-12-28 14:08:47 -0800 | |
commit | 58d1772c8562c4777414d9b97de127ae5b35ad81 (patch) | |
tree | b51c125a670e839aa63022723420ac7b99034367 /version.c | |
parent | Merge branch 'tz/lib-git-svn-svnserve-tests' (diff) | |
parent | version --build-options: report commit, too, if possible (diff) | |
download | tgif-58d1772c8562c4777414d9b97de127ae5b35ad81.tar.xz |
Merge branch 'js/enhanced-version-info'
"git version --build-options" learned to report the host CPU and
the exact commit object name the binary was built from.
* js/enhanced-version-info:
version --build-options: report commit, too, if possible
version --build-options: also report host CPU
Diffstat (limited to 'version.c')
-rw-r--r-- | version.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include "strbuf.h" const char git_version_string[] = GIT_VERSION; +const char git_built_from_commit_string[] = GIT_BUILT_FROM_COMMIT; const char *git_user_agent(void) { |