This is an automated email from the git hooks/post-receive script.
www-data pushed a commit to branch master
in repository reactos.
View the commit online:
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=71fba9dea18b1a8fe6be6…
commit 71fba9dea18b1a8fe6be6a22bf25a273fd98f36d
Author: Colin Finck <colin(a)reactos.org>
AuthorDate: Wed Oct 4 20:44:52 2017 +0200
[VERSION] Use --abbrev=7 for "git describe" to enforce a short hash of 7
characters no matter what the default is for your Git installation.
---
sdk/include/reactos/version.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/include/reactos/version.cmake b/sdk/include/reactos/version.cmake
index 9c7cd1a9ee..808fb3b534 100644
--- a/sdk/include/reactos/version.cmake
+++ b/sdk/include/reactos/version.cmake
@@ -39,7 +39,7 @@ if(EXISTS "${REACTOS_SOURCE_DIR}/.git")
endif()
execute_process(
- COMMAND "${GIT_EXECUTABLE}" describe
+ COMMAND "${GIT_EXECUTABLE}" describe --abbrev=7
WORKING_DIRECTORY ${REACTOS_SOURCE_DIR}
OUTPUT_VARIABLE GIT_DESCRIBE_REVISION
RESULT_VARIABLE GIT_CALL_RESULT
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.