Currently, running headache on non-Git projects fails because of ExecutionTracker#RetrieveVersionedTemplate which errors because of the underlying Git command failure.
The error should not be escalated and instead headache should trigger a full scan of the configured files.
Currently, running
headache
on non-Git projects fails because ofExecutionTracker#RetrieveVersionedTemplate
which errors because of the underlying Git command failure.The error should not be escalated and instead
headache
should trigger a full scan of the configured files.