66d5ecd860de91da3a3fa09b5bcf7d0aa5f8669e
[git-annex.git] /
1 [[!comment format=mdwn
2  username="Ilya_Shlyakhter"
3  avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0"
4  subject="resolving merge conflicts"
5  date="2021-06-24T18:03:40Z"
6  content="""
7 \"Small files\" here means \"non-annexed files\", right?
8
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).
11
12 So, maybe, `.gitattributes` should control which files' merge conflicts get auto-resolved?
13
14
15
16 """]]