commit | b541248467fa47979a34e3f1c5bbe3308fbdc4d1 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Aug 29 10:49:56 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Aug 30 19:41:44 2008 -0700 |
tree | af1b1accf5962ebb10b7422e5ec6479e78b31b66 | |
parent | 387c9d49815ef4b1cefda71cf27f199d9fb24083 [diff] |
merge.conflictstyle: choose between "merge" and "diff3 -m" styles This teaches "git merge-file" to honor merge.conflictstyle configuration variable, whose value can be "merge" (default) or "diff3". Signed-off-by: Junio C Hamano <gitster@pobox.com>