mirror of
https://github.com/neovim/neovim.git
synced 2026-05-18 11:10:11 +00:00
- only update git-version if both of these conditions are met:
- `git` command succeeds
- `versiondef_git.h` would change (SHA1-diff)
- else print a status/warning message
also move version generation out of Lua into cmake.