]>
Commit | Line | Data |
---|---|---|
bef7ce53 SW |
1 | # git-cache |
2 | ||
3 | Cache git repos, much like nix's `builtins.fetchGit` | |
7a5602a8 SW |
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. |