Should I merge .pbxproj files with git using merge=union?
Posted
by Ortwin Gentz
on Stack Overflow
See other posts from Stack Overflow
or by Ortwin Gentz
Published on 2010-04-28T11:50:37Z
Indexed on
2010/04/28
11:53 UTC
Read the original article
Hit count: 234
I'm wondering whether the merge=union option in .gitattributes makes sense for .pbxproj files.
The manpage states for this option: Run 3-way file level merge for text files, but take lines from both versions, instead of leaving conflict markers. This tends to leave the added lines in the resulting file in random order and the user should verify the result.
Normally, this should be fine for the 90% case of adding files to the project. Does anybody have experience with this?
© Stack Overflow or respective owner