From 3adb5820b8f37baa870905e4cbb1c70875a6b9a3 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Fri, 26 Mar 2010 19:07:01 +0000 Subject: [PATCH] Note what the git-upload-pack userv service needs to do --- git-daemon/TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 git-daemon/TODO diff --git a/git-daemon/TODO b/git-daemon/TODO new file mode 100644 index 0000000..376c0b9 --- /dev/null +++ b/git-daemon/TODO @@ -0,0 +1,13 @@ +userv git daemon todo: + +documentation! + +userv service: + + check $repo syntax + + verify ~/public-git/$repo/git-daemon-export-ok + + invoke git upload-pack --strict ~/public-git/$repo + + limit multiple simultaneous invocations with with-lock-ex? -- 2.30.2