Get the git commits for an item on the current branch
scripts_list_python3_git_commits(id)
A list containing the following elements:
string, The SHA of the commit.
string, The name of the commit's author.
string, The commit's timestamp.
string, The commit message.
integer required. The ID of the file.