from git “Often, merge conflicts happen when people make different changes to the same line of the same file, or when one person edits a file and another person deletes the same file.”
It sounds like git will try to merge, even when there are changes on different lines in the same file, unless it runs into things it doesn’t understand.