Documentation Index
Fetch the complete documentation index at: https://code.storage/docs/llms.txt
Use this file to discover all available pages before exploring further.
Options
Commit SHA to fetch metadata for. Any revision Git can resolve is accepted (full SHA, short SHA, branch name, tag).
Response
Commit metadata. Same shape as entries returned by
listCommits():shamessageauthorName,authorEmailcommitterName,committerEmaildate(parsedDatein TypeScript,datetimein Python,time.Timein Go)rawDate(RFC 3339 string as returned by the server)
Notes
- This endpoint does not compute or return the commit diff. Use
getCommitDiff()when you need file changes as well. - For listing many commits at once, prefer
listCommits()— the per-commit shape is identical.