summaryrefslogtreecommitdiff
path: root/git-daemon
diff options
context:
space:
mode:
authorTony Finch <dot@dotat.at>2010-03-26 19:07:01 +0000
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>2010-05-22 15:54:41 +0100
commit3adb5820b8f37baa870905e4cbb1c70875a6b9a3 (patch)
tree88ee1e7a6753c1ecfb8c47e2b2eb4cf6428babce /git-daemon
parentb8db4eb5d8ffd32a50e5173af7472f6a1cf56f42 (diff)
downloaduserv-utils-3adb5820b8f37baa870905e4cbb1c70875a6b9a3.tar.gz
Note what the git-upload-pack userv service needs to do
Diffstat (limited to 'git-daemon')
-rw-r--r--git-daemon/TODO13
1 files changed, 13 insertions, 0 deletions
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?