Home
last modified time | relevance | path

Searched refs:get_git_commit (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/footprint/
Dcompare_footprint84 def get_git_commit(commit): function
186 return get_git_commit('HEAD')
191 return get_git_commit('HEAD')
193 return get_git_commit('HEAD~1')
195 return get_git_commit('%s~1'%current_commit)
206 current_commit = get_git_commit(c_commit)
211 base_commit = get_git_commit(b_commit)