[Zlib-devel] CVS/SVN/GIT Anonymous URL / snapshot?

Török Edwin edwintorok at gmail.com
Sun Apr 18 15:35:37 EDT 2010


On 2010-04-18 22:17, Mark Adler wrote:
> On Apr 18, 2010, at 12:13 PM, glennrp at comcast.net wrote:
>> It's definitely more work to maintain a git repo than simply issuing tarballs.
> 
> Of course, that's the other reason.  Maybe the real reason.  I am starting to use git for pigz (see http://github.com/madler/pigz/ ), and it is more work.
> 

For me the greatest benefit of git is 'git bisect', which allows you to
easily find which commit introduced a bug / caused a regression.
The solution isn't always to revert the commit of course, sometimes it
only helps to find out the real reason for a bug.

Since zlib has relatively few changes from beta to beta this is less
useful, since bugs can be found/fixed by manual inspection.

Best regards,
--Edwin




More information about the Zlib-devel mailing list