parse_log_simple: Obtain a simple log for a git repo

Description Usage Arguments See Also

View source: R/simple.R

Description

This function returns a git log in a tabular format.

Usage

1
parse_log_simple(path = ".", file_name = NULL)

Arguments

path

The path to the git directory one wants to create summaries for.

file_name

The path to a raw log. If NULL, a raw log is created and read in and deleted after read-in, otherwise, an existing log is read.

See Also

See parse_log_detailed for a slower alternative with more information.


lorenzwalthert/gitsum documentation built on Jan. 17, 2021, 9:34 p.m.