Re: [PATCH v2 2/2] Submodules: Don't parse .gitmodules when it contains, merge conflicts
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:51:14
Nguyen Thai Ngoc Duy [off-list ref] writes:
On Sat, May 14, 2011 at 11:26 PM, Jens Lehmann [off-list ref] wrote:quoted
Commands like "git status", "git diff" and "git fetch" would fail when the .gitmodules file contained merge conflicts because ...Side note. .gitattributes and .gitignore likely suffer the same. Perhaps the unmerged check in this patch can be generalized for reuse.
I am somewhat skeptical about that statement. These files are designed to be one-entry-per-line so that useful information in the non-conflicted parts in a conflicted file (which should be majority) can still be used. Only the .gitmodules is an oddball.