Git archive generation meets Hyrum's law
Git archive generation meets Hyrum's law
Posted Feb 3, 2023 14:38 UTC (Fri) by paulj (subscriber, #341)In reply to: Git archive generation meets Hyrum's law by agateau
Parent article: Git archive generation meets Hyrum's law
Right, the issue is that random developers are configuring their build systems to download on-the-fly git-archives of arbitrary commits of projects. Rather than just doing a shallow clone of the git commit ID - which *IS* guaranteed to be stable, with cryptographic strength guarantees! (And many build systems, inc. CMake, etc., have modules to make it easy to specify build dependencies as git commits to checkout).
The people doing this are utterly clueless, and it's insanity to coddle them.