versioning

Get the names and statuses of files that changed since a commit

Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).

get/version/files

Query parameters

commitstring

The Git commit hash to use as the starting point for the request.

Response

a list of GitFilesResponse objects

countinteger

number of items present in the items array

Changes