Lines Matching full:git
5 # 2) git
18 # - git version of the pull request
19 # - git version of the moving branch it's being merged with
28 # gathered by git describe is disposable hence useless. Only the
30 message(STATUS "Building git commit with parent(s):")
31 # Note execute_process() failures are ignored by default (missing git...)
33 COMMAND git log --parents --oneline --decorate -n 1 HEAD
51 COMMAND git describe --tags --abbrev=12 --match v* --dirty
57 execute_process(COMMAND git log --pretty=format:%h -1
66 "git describe found ${GIT_TAG} / nothing starting with 'v'. Shallow clone?")
87 if(EXISTS ${SOF_ROOT_SOURCE_DIRECTORY}/.git/)
91 execute_process(COMMAND git ls-files src
96 execute_process(COMMAND git hash-object --stdin-paths
102 execute_process(COMMAND git hash-object --stdin
116 message(WARNING "Source content hash not computed without git, using GIT_LOG_HASH instead")