X-Git-Url: http://git.scottworley.com/git-cache/blobdiff_plain/50685beba299ab4b601b6aabb013bb8398c8bfb0..7a5602a89702788c4e5a870c1548ba226cc34e07:/README.md?ds=sidebyside diff --git a/README.md b/README.md index bb0ce9e..fa06db8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # git-cache Cache git repos, much like nix's `builtins.fetchGit` + +When N applications that need this functionality each implement it without +coordination, the user gets N copies of the same content, wasting disk space. +This is an [xkcd-927](https://xkcd.com/927/) attempt to coordinate.