Get the git commits for an item

reports_list_git_commits(id)

Arguments

id

integer required. The ID of the file.

Value

A list containing the following elements:

commitHash

string, The SHA of the commit.

authorName

string, The name of the commit's author.

date

string, The commit's timestamp.

message

string, The commit message.