commit | c5665000327388832fa8be0b3bf17669f672481b | [log] [tgz] |
---|---|---|
author | brian m. carlson <sandals@crustytoothpaste.net> | Sun Dec 08 20:40:27 2013 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Dec 09 13:42:40 2013 -0800 |
tree | 74d9679a67a1fa97228c822be2bb5a82f099368d | |
parent | 2f93541d88fadd1ff5307d81c2c8921ee3eea058 [diff] |
Documentation: document pitfalls with 3-way merge Oftentimes people will make the same change in two branches, revert the change in one branch, and then be surprised when a merge reinstitutes that change when the branches are merged. Add an explanatory paragraph that explains that this occurs and the reason why, so people are not surprised. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>