sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit dff1e7f91bd270b0804456f08b027e63a8666bfc
parent 614aa28a7b7b04ac9b54aa8c0355e01a76ee0240
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 12 Jul 2016 09:49:45 -0400

Merge pull request #749 from Hummer12007/patch-2

Enable using non-annotated tags in git-describe
Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -20,7 +20,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ) if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git) execute_process( - COMMAND git describe --always + COMMAND git describe --always --tags OUTPUT_VARIABLE GIT_COMMIT_HASH OUTPUT_STRIP_TRAILING_WHITESPACE WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}