Get file contents at commit_hash
scripts_get_r_git_commits(id, commit_hash)
id | integer required. The ID of the file. |
---|---|
commit_hash | string required. The SHA (full or shortened) of the desired git commit. |
A list containing the following elements:
string, The file's contents.
string, The file's type.
integer, The file's size.
string, The SHA of the file.