gitHistorySearch: Performes git history search

Description Usage Arguments Value Author(s) Examples

Description

Performes git history search

Usage

1
2
gitHistorySearch(gitdir, pattern, branch = NULL, git_args = character(),
  git_binary = NULL)

Arguments

gitdir

string with git directory

pattern

to match in history

branch

git branch

git_args

arguments to git

git_binary

location of git executable

Value

git log output

Author(s)

Uses git_path adapted form devtools author Hadley Wickham

Examples

1
2
3
4
5
## Not run: 
 si <- pullSourceInfo("adaprHome")
 gitHistorySearch(si$project.path,"read_data.R")

## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.