Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
GitMerge |
"IndexConflicts" | the merge operation would have caused changes to the index which conflicts with existing index changes | |
"InvalidDestination" | the dest | |
"InvalidRepository" | the repo | |
"InvalidSource" | one or more of the references specified in the source | |
"GitWriteFailed" | an attempt to write an object to the git directory failed | |
"MergeNotAllowed" | the merge was not allowed because an option setting prevented it from happening | |
"UnresolvedConflicts" | the merge produced unresolved conflicts | |
"WorkingTreeConflicts" | the merge operation would have caused changes to the working tree which conflicts with existing working tree changes |
"AllowCommit" | whether a merge commit is allowed | ||
"AllowFastForward" | whether a fast-forward merge is allowed | ||
"AllowIndexChanges" | whether a merge is allowed to make changes to the index or working tree | ||
"AuthorSignature" | |||
"CommitMessage" | message to use for the merge commit, if one is created | ||
"CommitterSignature" | |||
"ConflictFunctions" | function to be called on each conflict to be resolved | ||
"MergeStrategy" | {} | strategy to use when merging |
"Merge" | create standard conflicted merge files | |
"Diff3" | create diff3-style files | |
"SimplifiedDiff" | condense non-alphanumeric regions for simplified diff files | |
"IgnoreWhitespace" | ignore all whitespace | |
"IgnoreWhitespaceChange" | ignore changes in amount of whitespace | |
"IgnoreWhitespaceEndOfLine" | ignore whitespace at the end of a line | |
"Patience" | use the "patience diff" algorithm | |
"Minimal" | take extra time to find a minimal diff |
|