Dmitry Ilin <dmitry@xxxxxxxxxxxxxxxxx> writes: > Hello! > > Most of GUI for Git using 'git show' command to show differences > between versions. For example: WebStorm IDE. But for now there is no > way to specify text conversion command in git config for 'show' as it > done for 'diff'. Do you mean, to enable it, or to disable it? By default, "git show" does use the textconv filter to compute the diff, at least if you specified the textconv driver in your .gitattributes file. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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