gitInfo: Retrieves the information from git about a file

Description Usage Arguments Value Examples

View source: R/git_info.R

Description

Retrieves the information from git about a file

Usage

1
2
3
4
5
6
7
gitInfo(
  gitdir,
  filename,
  branch = NULL,
  git_args = character(),
  git_binary = NULL
)

Arguments

gitdir

string with git directory

filename

string of file to query

branch

git branch

git_args

string argument for git

git_binary

location of git executable

Value

git log for filename

Examples

1
2
3
4
5
6
## Not run: 
si <- pullSourceInfo("adaprHome")
file0 <- file.path(si$project.path,project.directory.tree$analysis,"read_data.R")
gitInfo(si$project.path,file0) 

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.