parse_gitlog: Parse Gitlog from Perceval

View source: R/git.R

parse_gitlogR Documentation

Parse Gitlog from Perceval

Description

Parses the '.git' file in a github repository using the Perceval library.

Usage

parse_gitlog(perceval_path, git_repo_path, save_path = NA, perl_regex = NA)

Arguments

perceval_path

path to perceval binary

git_repo_path

path to git repo (ends in .git)

save_path

optional save path for .rds object

perl_regex

a regex to filter git log entries using git's algorithm (efficient to return small datasets from large projects such as commit annotated issues)

See Also

Other parsers: build_understand_project(), export_understand_dependencies(), parse_bugzilla_perceval_rest_issue_comments(), parse_bugzilla_perceval_traditional_issue_comments(), parse_bugzilla_rest_comments(), parse_bugzilla_rest_issues_comments(), parse_bugzilla_rest_issues(), parse_commit_message_id(), parse_dependencies(), parse_dv8_clusters(), parse_jira_latest_date(), parse_jira_rss_xml(), parse_jira(), parse_mbox(), parse_nvdfeed(), parse_understand_dependencies()


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