git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-gui: textconv not used on unstaged files
@ 2012-10-24 18:33 Peter Oberndorfer
  2012-11-26 20:28 ` Peter Oberndorfer
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Oberndorfer @ 2012-10-24 18:33 UTC (permalink / raw)
  To: git

Hi,

i am using a textconv filter to display .doc files as plain text.
It seems git gui does not use this textconv filter for displaying new 
unstaged files
(other files? = _O)
It seems diff.tcl start_show_diff calls show_other_diff because of this.
This manually loads the file and does not care about textconv filters.

Is this manual loading really necessary or can't we just ask git?
If it is can it be modified to use the textconv filter?

Thanks,
Greetings Peter

.gitattributes:
*.doc    diff=astextplain

gitconfig:
[diff "astextplain"]
     textconv = astextplain

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-27 20:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24 18:33 git-gui: textconv not used on unstaged files Peter Oberndorfer
2012-11-26 20:28 ` Peter Oberndorfer
2012-11-26 20:54   ` Junio C Hamano
2012-11-27 20:37     ` Peter Oberndorfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).