fwfwk.tcl: Make sure 'git describe' returns all info
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.