Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up.gitattributes `-merge` attribute is wrong #848
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
.gitattributestemplate is defined like this:...which is wrong, as
-mergedisables the merge tool (essentially making the whole thing a no-op).Where it should be this:
-texttells git not to do eol conversions, anddifftells git that these are text files that it can generate patches for