Currently, if you attempt to build the project it looks for a .git/ORIG_HEAD file which is not present unless you do some git hackery.
Since the information given by this is not really important, it could be removed.
It would also be better if this caused a runtime and not compile time error.
Fixing this would also make CI builds easier/possible.
Currently, if you attempt to build the project it looks for a
.git/ORIG_HEAD
file which is not present unless you do some git hackery. Since the information given by this is not really important, it could be removed. It would also be better if this caused a runtime and not compile time error. Fixing this would also make CI builds easier/possible.