git2r (version 0.21.0)

git_fetch_head-class: S4 class to handle a fetch head

Description

Class "git_fetch_head"

Arguments

Slots

ref_name

The name of the ref.

remote_url

The url of the remote.

sha

The SHA-1 of the remote head that were updated during the last fetch.

is_merge

Is head for merge.

repo

The S4 class git_repository that contains the fetch head.