From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Mon, 4 Mar 2013 09:22:24 +0000 Subject: [PATCH 3/6] Update git to v1.7.7.7 In-Reply-To: References: <2021b6d8028f8aae0e515116003113539b1bc227.1362227260.git.john@keeping.me.uk> Message-ID: <20130304092223.GQ7738@serenity.lan> On Sun, Mar 03, 2013 at 11:53:44PM -0500, Jason A. Donenfeld wrote: > On Sat, Mar 2, 2013 at 7:32 AM, John Keeping wrote: > > This release changes the archive interface so that we now need to pass > > argv into write_archive(). > > Hey John, > > Take a look at this commit -- > > http://git.zx2c4.com/cgit/commit/?id=6e9e54e19bb06f795cc7bb02318d47c317334f9d > > Something to keep in mind for future changes like this one. Looks like > PARSE_OPT_KEEP_ARGV0 mostly is not used. Interesting. Thanks for fixing this - I guess this means we don't have a test for ZIP archives since that should have caught this issue. I'll try to address that over the next few days if no-one else gets there first... John