mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
maint: shorten commit hash if git describe
fails
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
d376f0ca43
commit
940fab955c
@ -71,7 +71,7 @@ git_head=`git --git-dir "${src_top_dir}/.git" rev-parse --verify HEAD 2>/dev/nul
|
|||||||
# try to store sha1
|
# try to store sha1
|
||||||
CURR_MC_VERSION="${git_head}"
|
CURR_MC_VERSION="${git_head}"
|
||||||
|
|
||||||
new_version=`git --git-dir "${src_top_dir}/.git" describe 2>/dev/null`
|
new_version=`git --git-dir "${src_top_dir}/.git" describe --always 2>/dev/null`
|
||||||
[ -z "${new_version}" ] && mc_print_version
|
[ -z "${new_version}" ] && mc_print_version
|
||||||
|
|
||||||
# store pretty tagged version
|
# store pretty tagged version
|
||||||
|
Loading…
Reference in New Issue
Block a user