mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

It's acceptable for “git describe --tags --exact-match …” to fail, since all runtime updates commits are untagged. All that matters is that we get a tag when one exists. Therefore, ignore the failure status of the git describe call, relying on the captured output instead.