commit | 560119b9abfa39504c93ed08735426dae947d5a9 | [log] [tgz] |
---|---|---|
author | Bert Wesarg <bert.wesarg@googlemail.com> | Mon Mar 01 22:46:26 2010 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Mar 02 11:51:48 2010 -0800 |
tree | 692dc5dd03e878f9650dfd0cc7c1d8b5c89e340d | |
parent | cd1d61c44fb5c3d1c8e4c19becb66d90bbb9c676 [diff] |
refactor merge flags into xmparam_t Include the merge level, favor, and style flags into the xmparam_t struct. This removes the bit twiddling with these three values into the one flags parameter. Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>