X-Git-Url: http://git.scottworley.com/git-cache/blobdiff_plain/a469fd502f2576ffaf2a94223f70d526507bec98..2fa3bb5bb8683e2b29cfbea31bf8ecff50a8c25f:/README.md?ds=inline 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.