Revert "Merge pull request #165 from esainane/coreinfo-dirty-status"
authorDaniel Albers <daniel@lbe.rs>
Sun, 3 Apr 2016 17:35:40 +0000 (19:35 +0200)
committerDaniel Albers <daniel@lbe.rs>
Sun, 3 Apr 2016 17:35:40 +0000 (19:35 +0200)
`git describe` is called on the committish, which doesn't work with
--dirty.

This reverts commit dd711790dddee81442e2138b3917764dac39c487, reversing
changes made to 9585227400dd89f8a4d6bbc723f2d36ca0dc1a70.

CMakeLists.txt

index f5ca780..aa0b492 100644 (file)
@@ -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