mirror of
https://github.com/neovim/neovim.git
synced 2025-11-30 14:10:50 +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.