get_raw_log: Obtain the log raw data

Description Usage Arguments

View source: R/raw_log.R

Description

Obtain the log raw data

Usage

1
2
get_raw_log(path, file_name = NULL, remove = is.null(file_name),
  commit_range = NULL)

Arguments

path

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

file_name

The name of the temporary file. If NULL, a file is created, otherwise, a file is read.

remove

Whether a log should be deleted after read in.

commit_range

A string of the form "hash1..hash2" indicating the commit range to parse. NULL means all commits.


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