git2r (version 0.21.0)

show,git_time-method: Brief summary of git_time

Description

Brief summary of git_time

Usage

# S4 method for git_time
show(object)

Arguments

object

The time object

Value

None (invisible 'NULL').

Examples

Run this code
# 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
# }

Run the code above in your browser using DataLab