Re: git-gui: textconv not used on unstaged files

2012-11-27 Thread Peter Oberndorfer
On 2012-11-26 21:54, Junio C Hamano wrote: > Peter Oberndorfer writes: > >> Does anybody have a idea which git command would output the diff >> of a untracked file against /dev/null? > The "--no-index" option is meant as a bolt-on to let you use various > features of "git diff" that is missing fro

Re: git-gui: textconv not used on unstaged files

2012-11-26 Thread Junio C Hamano
Peter Oberndorfer writes: > Does anybody have a idea which git command would output the diff > of a untracked file against /dev/null? The "--no-index" option is meant as a bolt-on to let you use various features of "git diff" that is missing from other people's "diff" in a context where git does

Re: git-gui: textconv not used on unstaged files

2012-11-26 Thread Peter Oberndorfer
On 2012-10-24 20:33, Peter Oberndorfer wrote: > 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

git-gui: textconv not used on unstaged files

2012-10-24 Thread Peter Oberndorfer
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