reports_list_git_commits {civis}R Documentation

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)

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.


[Package civis version 3.1.2 Index]