Hacker News new | ask | show | jobs
by avar 905 days ago
Standardized format != guaranteed reproducible. Git makes no promises that it'll keep PACK contents stable, just that they're guaranteed to "deflate" to the same contents.

Which is what the linked article discovered. Threading is a trivial way to discover this, but there's other ways PACK contents might differ across versions.

1 comments

Yeah, even tar is not stable bit for bit across versions.