update documentation for git-annex-shell ua ADC

This commit is contained in:
Joey Hess 2011-10-17 13:53:13 -04:00 committed by Sitaram Chamarty
parent c553e393c3
commit e2d9ce6368
2 changed files with 4 additions and 5 deletions

View file

@ -24,7 +24,7 @@ this ADC are [here][dbsha]; details on RWC/RWD/RWCD etc are [here][rwcd].
sample of how to write an ADC in perl.
**git-annex-shell**: allows git-annex to store and retrieve annexed file content in
repositories. (This ADC requires unrestricted arguments.)
repositories. To use, install in $GL_ADC_PATH/ua/git-annex-shell
**gl-reflog**: show a fake "reflog" from the server, and allow recovery from
deleted branches and bad force pushes; details in source.

View file

@ -1,8 +1,7 @@
#!/usr/bin/perl
# This ADC requires unrestricted arguments, so you either need to
# install it into $GL_ADC_PATH/ua/git-annex-shell (once gitolite
# has that feature), or disable gitolite's ADC safety net by configuring
# $ADC_CMD_ARGS_PATT=".*"
# This ADC requires unrestricted arguments, so you need to
# install it into $GL_ADC_PATH/ua/git-annex-shell, instead of
# directly into $GL_ADC_PATH/
#
# This requires git-annex version 20111016 or newer. Older versions won't
# be secure.