Commit 34c7d77b authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs-clarify-identical-values' into 'master'

Include note describing identical values in commit api response

See merge request gitlab-org/gitlab!79706
parents 5d0d2e7b 4d145624
......@@ -8,6 +8,12 @@ info: To determine the technical writer assigned to the Stage/Group associated w
This API operates on [repository commits](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository). Read more about [GitLab-specific information](../user/project/repository/index.md#commit-changes-to-a-repository) for commits.
## Responses
In commit responses, `created_at` and `committed_date` are identical.
However, `committed_date` and `authored_date` are generated from different sources,
and may not be identical.
## List repository commits
Get a list of repository commits in a project.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment