Skip to content

Support s-git merge #1

Description

@JJLovesLife

Basic 3-way merge algorithm.

  • Find merge base, i.e., most recent common ancestor.
  • Compare file tree, find modified / deleted / added files.
  • Line based file diff resolve algorithm.
    Requirements:
    • Able to auto resolve unchanged lines, well most of the time.
    • Show and track area of conflict.

Reference:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions