commit | 44ca0c8ed927c8e7525ceec412704ff9967ff6ac | [log] [tgz] |
---|---|---|
author | Heiko Voigt <hvoigt@hvoigt.net> | Sat May 14 18:26:30 2011 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sat May 14 10:57:51 2011 -0700 |
tree | 44d1a9e84289aff7a5f150f1e53c8e2c0779de28 | |
parent | 375f8a032e9f47d362afd5ea2443f77bcba685cb [diff] |
test that git status works with merge conflict in, .gitmodules For example: Two users independently adding a submodule will result in a merge conflict in .gitmodules. Since configuration of the status and diff machinery depends on the file being parseable they currently fail to produce useable output in case .gitmodules is marked with a merge conflict. Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>