Browse Source
`git describe` fails if no tag can be found, leading to the whole build script to fail. This is not always desired. To prevent `git describe` from failing in this case the `--always` flag can be passed which causes a short commit hash to be output when a tag is not present.3.3.3.1
Filip Gospodinov
7 years ago
committed by
ghost43
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue