_gitrevision.py 456 B

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