versioning

Get a count of files that changed since a commit

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

get/version/count

Query parameters

commitstring

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

Response

a list of GitCountResult objects

countinteger

number of items present in the items array

Changes