]>
Commit | Line | Data |
---|---|---|
1 | # git-cache | |
2 | ||
3 | Cache git repos, much like nix's `builtins.fetchGit` | |
4 | ||
5 | When N applications that need this functionality each implement it without | |
6 | coordination, the user gets N copies of the same content, wasting disk space. | |
7 | This is an [xkcd-927](https://xkcd.com/927/) attempt to coordinate. |