git2r (version 0.21.0)

git_merge_result-class: S4 class to handle the merge result

Description

Class "git_merge_result"

Arguments

Slots

up_to_date

TRUE if the merge is already up-to-date, else FALSE.

fast_forward

TRUE if a fast-forward merge, else FALSE.

conflicts

TRUE if the index contain entries representing file conflicts, else FALSE.

sha

If the merge created a merge commit, the sha of the merge commit. NA if no merge commit created.