show,git_time-method {git2r} | R Documentation |
git_time
Brief summary of git_time
## S4 method for signature 'git_time' show(object)
object |
The time |
None (invisible 'NULL').
## Not run: ## Initialize a temporary repository path <- tempfile(pattern="git2r-") dir.create(path) repo <- init(path) ## Create a user config(repo, user.name="Alice", user.email="alice@example.org") ## Brief summary of git_time from the default signature default_signature(repo)@when ## End(Not run)