Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #4666

Closed
Open
Created Jul 29, 2013 by Administrator@rootOwner

[API] Missing commit details functionality

Created by: vetruvet

There needs to be some functionality in the API for accessing commit details. Currently, you can list commits in a branch and get the HEAD commit for a branch or tag, but there is no way to get the details of a single commit.

Something like GET /projects/:id/repository/commits/:sha to get commit details: author and committer (name and email), authored and committed date, message, list of modified files, and diff stats (lines +/- per file). There is no way to get this information using the current API functions as far as I can see.

On an semi-related note, it is unclear what the created_at field represents in the commit list - is it the authored date, the committed date, or the pushed date (when the server received the commit)?

Assignee
Assign to
Time tracking