parse_git_blame: Parse the git blame message of a file

parse_git_blameR Documentation

Parse the git blame message of a file

Description

Create a data.table with the blame data of each line of a file in a specific commit.

Usage

parse_git_blame(git_repo_path, commit_hash, file_path)

Arguments

git_repo_path

git_repo_path path to git repo (ends in .git)

commit_hash

a commit hash which indicates the specific version of the file (the commit must exist in 'git_log')

file_path

the filepath to the file which will be blamed

Value

a data.table which contains blame commits for each line of a file and metadata of the commits.


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.