15 lines
310 B
Markdown
Executable File
15 lines
310 B
Markdown
Executable File
|
|
|
|
# CommitDateOptions
|
|
|
|
CommitDateOptions store dates for GIT_AUTHOR_DATE and GIT_COMMITTER_DATE
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**author** | **OffsetDateTime** | | [optional]
|
|
**committer** | **OffsetDateTime** | | [optional]
|
|
|
|
|
|
|