commit | 4481ff048df4c86021d783de6f099909495f04ff | [log] [tgz] |
---|---|---|
author | David Aguilar <davvid@gmail.com> | Sat May 02 01:57:21 2009 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sat May 09 08:25:22 2009 -0700 |
tree | f8eaa802fe3a1738f31eab7063b3b040d6662976 | |
parent | f01f1099f40f24fe6f7802185340a6fa3a3d4f35 [diff] |
mergetool--lib: specialize diff options for emerge and ecmerge The ecmerge documentation mentions the following form: ecmerge --mode=diff2 $1 $2 Since git-difftool is about diffing, we should use that instead of --mode=merge2. Likewise, this drops the $MERGED argument to emerge, as discussed on the git list ($gmane/117930). Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>