Magidoc

GitActor
Object

Represents an actor in a Git commit (ie. an author or committer).

Fields

#

avatarUrl

Non-null

A URL pointing to the author's public avatar.

date

The timestamp of the Git action (authoring or committing).

email

The email in the Git commit.

name

The name in the Git commit.

user

The GitHub user corresponding to the email field. Null if no such user exists.

Usages

#

References

#