mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +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
|
||||
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
|
||||
|
||||
# store pretty tagged version
|
||||
|
Loading…
Reference in New Issue
Block a user