openzfsonosx / spl

Solaris Porting Layer for OpenZFS on OS X
https://openzfsonosx.org/
Other
117 stars 28 forks source link

fix git hash not showing up in kext_version #19

Closed JMoVS closed 5 years ago

JMoVS commented 5 years ago

git describe only sees annotated tags by default, and as we match the name anyway, we can as well drop the requirement of annotation

After this commit, sysctl spl.kext_version will show the git commit hash information again.