Hacker News new | ask | show | jobs
by hyperthesis 919 days ago
Right, bitkeeper doesn't name files with hashes like git does. But it uses sha1 (or similar) for decentralization: to tell if two remote files are the same.

Another player is tridge's rsync, which also uses hashes like that.

1 comments

aha, thanks