Skip to content

fwfwk.tcl: Make sure 'git describe' returns all info

Lukasz Butkowski requested to merge fix_git_describe into master

When HEAD points directly at a tag it would only return the tag name, not the number of commits since the last tag ($VerPatch) and a short ref of the current commit ($VerCommits). This would leave these variables empty and the script would fail later on.

Use the --long option to always return the full string.

Merge request reports

Loading