Learn R Programming

civis (version 3.1.2)

reports_list_git_commits: Get the git commits for an item on the current branch

Description

Get the git commits for an item on the current branch

Usage

reports_list_git_commits(id)

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.

Arguments

id

integer required. The ID of the file.