Closed
Description
Current behaviour is that if git
is not available (due to new projects, or shallow clones in CI), there is an error advising to enable fallback_to_build_date
.
Build date and revision date are actually two separate things. The correct behaviour for revision_date
should be to throw an error, and then optionally silence it with parameters. (as discussed in #26)
Additionally a new build_date
tag can be made available, where is it advised to also silence git errors.