Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ropensci/git2r
Browse files Browse the repository at this point in the history
  • Loading branch information
stewid committed May 31, 2018
2 parents ad6e28c + 866b14b commit 42d53e5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export(fetch_heads)
export(git_config_files)
export(hash)
export(hashfile)
export(head)
export(in_repository)
export(index_remove_bypath)
export(init)
Expand Down
3 changes: 3 additions & 0 deletions R/repository.R
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ head.git_repository <- function(x, ...) {
.Call(git2r_repository_head, x)
}

##' @export
utils::head

##' Get HEAD for a repository
##'
##' @template repo-param
Expand Down
16 changes: 16 additions & 0 deletions man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42d53e5

Please sign in to comment.