# CommitOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/docs-repo/docs-repo.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/docs-repo/docs-repo.service.ts#L43)

S2.0 attribution options for a commit. Default (absent) keeps the existing single-identity
behaviour: the TYPED author is recorded as BOTH git author and committer.

## Properties

| Property | Type |
|---|---|
| `committer` | `CommitAuthor` |
| `coAuthors` | `CommitAuthor[]` |
