extract_commits: Extracts a table of commits and dates/times from a git log

Description Usage Arguments Value Examples

View source: R/extract_commits.R

Description

Extracts a table of commits and dates/times from a git log

Usage

1

Arguments

repo

Character string giving the relative or absolute path to the git repository.

Value

data.frame containing (a) a column of commits and (b) a column of dates/times in POSIXct format.

Examples

1
extract_commits(repo="~/repositories/project/")

tcspears/gitwords documentation built on June 9, 2021, 1:34 a.m.