On 2008-06-10 11:57:05 +0200, Sverre Rabbelier wrote: > On Tue, Jun 10, 2008 at 11:53 AM, Karl Hasselström <kha@xxxxxxxxxxx> wrote: > > > A tar file would presumably contain more than one patch -- it'd be > > more like a directory of patches than a single patch file. > > Why? > $ tar czvf mypatch.patch.tar.gz mypatch.patch If there's just one patch in the tar file, why did you use a tar file in the first place instead of just gzipping? I'm pretty sure that anyone who really has use for the tar-file capability would be using tar files with multiple patches in them. > > I'm not saying it wouldn't be nice to support it, but it's not > > what the original poster needed, and building it would be a bunch > > of extra work. > > A bunch of extra work? > http://docs.python.org/lib/module-tarfile.html I say it'd be about > as much work as the original patch ;). I was refering to the fact that due to tar-files in the general case containing more than one patch, you'd have to modify the parts of imprt.py that deal with importing multiple patches at once, in addition to the parts the current patch touches. But you're probably right that the amount of additional work would not be much more than what went into the current patch. -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html