diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-15 13:30:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-15 13:30:04 -0400 |
commit | 279150ccd5ad937a44cbff798ab7bb118ad1dbee (patch) | |
tree | ffae16c867ad7689e2f24a6785c162bd6230ed4f /doc | |
parent | bae3008d17d492b174db552f64c0cdfaf1804bdd (diff) |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/gitolite_and_gitosis_support.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/todo/gitolite_and_gitosis_support.mdwn b/doc/todo/gitolite_and_gitosis_support.mdwn index daa54854d..12e26243e 100644 --- a/doc/todo/gitolite_and_gitosis_support.mdwn +++ b/doc/todo/gitolite_and_gitosis_support.mdwn @@ -32,3 +32,19 @@ I have posted an RFC for modifying gitolite to the As I don't write python, someone else is needed to work on gitosis. --[[Joey]] + +## readonly commands + +* git-annex-shell configlist $directory +* git-annex-shell inannex $directory [$key ...] +* git-annex-shell sendkey $directory $key + +## read-write commands + +* git-annex-shell dropkey $directory [$key ...] +* git-annex-shell recvkey $directory $key + +## other git-annex-shell parameters + +All parameters like --uuid=foo and --force are safe and need to be allowed +through. |