Hacker News new | ask | show | jobs
by forgotpwd16 1229 days ago
What was the thought behind this change?
1 comments

If you read the commit message you would see that it is up drop a third party dependency.
Yeah, read that. Just don't understand, if git already had an internal gzip implementation, why wasn't it used since it was added?
Because not everyone refactors whole codebase after adding one function that might be useful somewhere else.

I'd imagine motivation for this change in particular is multiplatform use, not every platform just have gzip in path.