Next: Validation Hooks, Previous: Attribute Handling, Up: Hooks
Exporting monotone revisions in git-fast-import(1) format often requires translation of monotone author cert values and associated signing keys into corresponding git author and committer values. Translation of author and committer values and validation of the results is controlled by these hooks. See mtn git_export.
unmapped_git_author(author)validate_git_author(author)unmapped_git_author hook. This hook may return
true if the author is valid or false if it is not. The export will be
aborted if this hook returns false for any value.
The default definition enforces the Name <email> pattern.