Learn R Programming

gitlabr (version 0.5.1)

get_commits: Get commits and diff from a project repository

Description

Get commits and diff from a project repository

Usage

get_commits(project, commit_sha = c(), ...)

get_diff(project, commit_sha, ...)

Arguments

project
project name or id
commit_sha
if not null, get only the commit with the specific hash; for get_diff this must be specified
...
passed on to gitlab API call, may contain ref_name for specifying a branch or tag to list commits of