Markus Heidelberg, 02.04.2009: > Huh, it seems as if some editors for difftool cannot work correctly > currently, because this function is used, but defined in > git-mergetool.sh. Yes, it works... # Overridden in git-mergetool check_unchanged () { true } But that's not really nice, is it? Maybe we'd be better with a if merge_mode; then inside this function and only define it in git-mergetool--lib.sh. Markus -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html