mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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.