Learn R Programming

adapr (version 2.0.0)

gitHistorySearch: Performes git history search

Description

Performes git history search

Usage

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

Examples

Run this code
# NOT RUN {
 si <- pullSourceInfo("adaprHome")
 gitHistorySearch(si$project.path,"read_data.R")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab