2 username="Ilya_Shlyakhter"
3 avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0"
4 subject="resolving merge conflicts"
5 date="2021-06-24T18:03:40Z"
7 \"Small files\" here means \"non-annexed files\", right?
9 Whether a file is annexed, and whether its merge conflicts should be auto-resolved by creating two files `file.version-a` and `file.version-b`, seem like orthogonal things.
10 One might check small binary files directly into git, and one might annex source code files e.g. just for the simplicity of annexing everything (as [[DataLad|projects/datalad]] does or at least used to).
12 So, maybe, `.gitattributes` should control which files' merge conflicts get auto-resolved?