Learn R Programming

adapr (version 1.0.2)

git.history.search: Performes git history search

Description

Performes git history search

Usage

git.history.search(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 <- pull_source_info("adaprHome")
 git.history.search(si$project.path,"read_data.R")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab