Skip to content

Should document merge.conflictstyle = diff3 #75

Open
@bsdjhb

Description

@bsdjhb

I think we patched subversion in FreeBSD to default to diff3 style conflicts instead of diff2. Git defaults to diff2, but can be changed to use diff3 via this snippet in .gitconfig:

[merge]
	conflictstyle = diff3

We should document this somewhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions