Description Usage Arguments Value Author(s) Examples
Performes git history search
1 2 | gitHistorySearch(gitdir, pattern, branch = NULL, git_args = character(),
git_binary = NULL)
|
gitdir |
string with git directory |
pattern |
to match in history |
branch |
git branch |
git_args |
arguments to git |
git_binary |
location of git executable |
git log output
Uses git_path adapted form devtools author Hadley Wickham
1 2 3 4 5 | ## Not run:
si <- pullSourceInfo("adaprHome")
gitHistorySearch(si$project.path,"read_data.R")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.