From 7a5602a89702788c4e5a870c1548ba226cc34e07 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 23 Nov 2022 18:12:20 -0800 Subject: [PATCH] Say a little more in the README about why this is useful --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.44.1