minikube Make uses git log for getting the commit sha for minikube version, git log doesn't work in checkouted source code when I run `git log --pretty=oneline` I get this error: ``` Not a git repository (or any of the parent directories): .git ```