Is there a way to work with text files inside archives with git without persistently unpacking them?
Presumably to make git to think of archives like directories, with the means of git hooks or other comfortable way.
(I was thinking about mount points on both Win32 and Linux but I'm not sure if that could be made convenient, because each file should be individually mapped as I see it now.)
One application would be that git could work nicely with, say, ODT files. :)