Skip to content

No Conflicts Merge Class Documentation

Chris Cilino edited this page Dec 18, 2020 · 1 revision

This document was created by the PetranWay Autodocumentation Utility.

Charter

This merge operation only succeeds when a merge is possible without conflicts. In other cases, an error is returned. Optionally, a merge commit can be created (this uses the "--no-ff" option), but this will still fail with this operation if there are conflicts.

Location

C:\PetranWay\Reuse Development\LabVIEW_Git\Merge Operations\No-Conflicts Merge\No-Conflicts Merge.lvclass

Private Data

See the Class Report Design for an explanation of data name and type syntax.

Name Description Data Type
no-ff Boolean

Members

Member Name Scope Dynamic Dispatch Must Override Must Use Parent Implementation Description \ Prototype
Set Create Merge Commit public FALSE FALSE FALSE Set Create Merge Commitc.png
Merge public TRUE FALSE FALSE Mergec.png
Perform a merge of the "Target" into the current branch. If Target is not specified, then the branch will merge "the remote-tracking branches that the current branch is configured to use as its upstream". See https://git-scm.com/docs/git-merge for more details. The Status Message is for display only, and cannot be guaranteed for use with scripting.

Clone this wiki locally