git

Get Commit Evolution

The repo's development "story arc" — commit-category mix over time.

Each commit was classified into exactly one category (feature / fix / refactor / docs / test / deps / chore / other) at index time and stamped onto its git_commits.json row. We bucket by month (or week on short-history repos) and stack the categories so the UI can show how the development emphasis shifts as the repo matures.

Declared before /commits/{sha} so the literal path wins over the SHA wildcard.

get/snapshots/{snapshot_id}/commits/evolution

Path parameters

snapshot_idstring required

Query parameters

granularitystring

Response

Successful Response

categoriesstring[]
totalsobject
total_commitsinteger
granularitystring
first_commit_atstring nullable
last_commit_atstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.