_gitrevision.py 451 B

12345678910
  1. #
  2. # The content of this file will be filled in with meaningful data when creating an archive using `git archive` or by
  3. # downloading an archive from github, e.g., from github.com/.../archive/develop.zip
  4. #
  5. rev = "$Format:%h$" # abbreviated commit hash
  6. commit = "$Format:%H$" # commit hash
  7. date = "$Format:%ci$" # commit date
  8. author = "$Format:%an$ <$Format:%ae$>"
  9. ref_names = "$Format:%D$" # incl. current branch
  10. commit_message = """$Format:%B$"""