On Thu, Aug 05, 2010 at 01:46:29AM +0200, Cl??ment Poulain wrote:
Le 04/08/2010 21:25, Kirill Smelkov a ??crit :
quoted
Hello,
I use
[diff "astextplain"]
textconv = run-mailcap --action=cat
in my ~/.gitconfig, and this works for git `git blame` because of 41a457
in git.git (textconv: use shell to run helper), but fails with git gui:
$ git gui blame 21980.2--ИМС-МР231.doc
Error in startup script: couldn't execute "run-mailcap --action=cat":
no such file or directory
[...]
quoted
If so, I'd better teach cat-file about worktree, instead of teaching
git-gui about running textconv filter through shell. Just a wish...
This was discussed here: a1ace6b77167a2ad4b4995e8c4d09761@ensimag.fr ,
and your suggestion was considered ;-)
I see, thanks. Sigh that it is done not that way, but anyway -
everybody, thanks for fixing this.
Kirill