Learn R Programming

Rperform (version 0.0.0.9000)

get_sha: SHA1 value of a git commit object.

Description

get_sha(commit_val = ) returns the SHA1 value for the git commit object provided as the parameter.

Usage

get_sha(commit_val)

Arguments

commit_val

git commit object, as returned by git2r::commits()

See Also

commits