Rainer M Krug wrote:
> I might be missing something basic, but are there any problems with using
> 
> git status FILE_OF_LYX_FILE
> 
> and to parse the output?

1. it feels wrong to spawn new external command for each file/child opened.
2. there is no guarantee that the output to be parsed remain the same accross
   git versions.
3. possible network problems written in other mail.

pavel

Reply via email to