neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit cbfae548e8944801e766f42d966b38491afa8587
parent 4cbeedf57bf48a00890349f5b4624737f4f3fce6
Author: James McCoy <jamessan@jamessan.com>
Date:   Tue, 26 Jul 2022 06:47:56 -0400

Merge pull request #19512 from dundargoc/build/version-fix

build: fix version generation to its previous behavior
Diffstat:
Mcmake/GenerateVersion.cmake | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/GenerateVersion.cmake b/cmake/GenerateVersion.cmake @@ -7,7 +7,7 @@ set(NVIM_VERSION_MEDIUM "v${NVIM_VERSION_MAJOR}.${NVIM_VERSION_MINOR}.${NVIM_VERSION_PATCH}${NVIM_VERSION_PRERELEASE}") execute_process( - COMMAND git describe --first-parent --tags --always --dirty + COMMAND git describe --first-parent --dirty OUTPUT_VARIABLE GIT_TAG ERROR_VARIABLE ERR RESULT_VARIABLE RES