Learn R Programming

adapr (version 1.0.1)

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")
# ## End(Not run) 

Run the code above in your browser using DataLab