From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Sun, 3 Mar 2013 23:53:44 -0500 Subject: [PATCH 3/6] Update git to v1.7.7.7 In-Reply-To: <2021b6d8028f8aae0e515116003113539b1bc227.1362227260.git.john@keeping.me.uk> References: <2021b6d8028f8aae0e515116003113539b1bc227.1362227260.git.john@keeping.me.uk> Message-ID: 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. Jason