chiark / gitweb /
Note what the git-upload-pack userv service needs to do
authorTony Finch <dot@dotat.at>
Fri, 26 Mar 2010 19:07:01 +0000 (19:07 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 22 May 2010 14:54:41 +0000 (15:54 +0100)
git-daemon/TODO [new file with mode: 0644]

diff --git a/git-daemon/TODO b/git-daemon/TODO
new file mode 100644 (file)
index 0000000..376c0b9
--- /dev/null
@@ -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?