Learn R Programming

Rperform (version 0.0.0.9000)

get_msg: Message summary of a git commit object.

Description

get_sha(commit_val = ) returns the summary of the message for the git commit object provided as the parameter.

Usage

get_msg(commit_val)

Arguments

commit_val

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

See Also

commits