From: Daniel Albers Date: Sun, 3 Apr 2016 17:35:40 +0000 (+0200) Subject: Revert "Merge pull request #165 from esainane/coreinfo-dirty-status" X-Git-Tag: travis-deploy-test~497 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=e1e56477e17172301dc6d1b3aadaf0431689afb0 Revert "Merge pull request #165 from esainane/coreinfo-dirty-status" `git describe` is called on the committish, which doesn't work with --dirty. This reverts commit dd711790dddee81442e2138b3917764dac39c487, reversing changes made to 9585227400dd89f8a4d6bbc723f2d36ca0dc1a70. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f5ca7803..aa0b4923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -580,7 +580,7 @@ endif() include(GetGitRevisionDescription) get_git_head_revision(GIT_REFSPEC GIT_HEAD) -git_describe(GIT_DESCRIBE --long --dirty) +git_describe(GIT_DESCRIBE --long) # If not in a Git repo try to read GIT_HEAD and GIT_DESCRIBE from # enviroment