git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* clean/smudge filters on .zip/.tgz files
@ 2013-02-26 22:38 Tim Chase
  2013-02-27  6:39 ` Johannes Sixt
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Chase @ 2013-02-26 22:38 UTC (permalink / raw)
  To: git

Various programs that I use ([Open|Libre]Office, Vym, etc) use a
zipped/.tgz'ed file format, usually containing multiple
(usually) plain-text files within.

I'm trying to figure out a way for git to treat these as virtual
directories for purposes of merging/diffing.  

Reading up on clean/smudge filters, it looks like they expect one
file coming in and one file going out, rather than one file
on one side and a directory-tree of files on the other side.

I tried creating my own pair of clean/smudge filters that would
uncompress the files, but there's no good way put multiple files on
stdout.

Has anybody else played with such a scheme for uncompressing files as
they go into git and recompressing them as they come back out?

-tkc

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

end of thread, other threads:[~2013-02-27 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-26 22:38 clean/smudge filters on .zip/.tgz files Tim Chase
2013-02-27  6:39 ` Johannes Sixt
2013-02-27 15:18   ` Michael J Gruber

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).