Hacker News new | ask | show | jobs
by actinium226 412 days ago
I think the larger holes in git are its lack of reasonable support for large files and also its inability to keep secrets.

Both relate to the same fundamental problem/feature that a git commit is a hash of its contents, including previous content (via the parent commit, who's hash is part of the input for the child commit hash).