summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-15 13:13:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-15 13:13:57 -0400
commitc867ae842ae15e03eb7d36704a33ce62f2a8fe16 (patch)
treeaf18ab91df8f1aee86a90669e73d9d7dc6f87aa4
parent872057303e14dd6623772de2d8d85b511e21214c (diff)
add
-rw-r--r--doc/todo/gitolite_and_gitosis_support.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/gitolite_and_gitosis_support.mdwn b/doc/todo/gitolite_and_gitosis_support.mdwn
new file mode 100644
index 000000000..0131cdc07
--- /dev/null
+++ b/doc/todo/gitolite_and_gitosis_support.mdwn
@@ -0,0 +1,14 @@
+gitosis and gitolite should support git-annex being used to send/receive
+files from the repositories they manage. Users with read-only access
+could only get files, while users with write access could also put and drop
+files.
+
+Doing this right requires modifying both programs, to add [[git-annex-shell]]
+to the list of things they can run, and only allow through appropriate
+git-annex-shell subcommands to read-only users.
+
+I have posted an RFC for modifying gitolite to the
+[gitolite mailing list](http://groups.google.com/group/gitolite?lnk=srg).
+
+As I don't write python, someone else is needed to work on gitosis.
+--[[Joey]]