Git Repositories as a Module System
Summary
The article reframes any Git repository as a distributable package and introduces 'git from' as a lightweight installer that copies only requested slices. It discusses the absence of a registry and manifest, the .gitfrom contract, and the security implications of executing post-copy steps. It positions this approach as a niche alternative to full package managers for distributing selective file sets and configurations, with emphasis on trust and safety.