update documentation for git-annex-shell ua ADC
This commit is contained in:
parent
c553e393c3
commit
e2d9ce6368
|
@ -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.
|
sample of how to write an ADC in perl.
|
||||||
|
|
||||||
**git-annex-shell**: allows git-annex to store and retrieve annexed file content in
|
**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
|
**gl-reflog**: show a fake "reflog" from the server, and allow recovery from
|
||||||
deleted branches and bad force pushes; details in source.
|
deleted branches and bad force pushes; details in source.
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
# This ADC requires unrestricted arguments, so you either need to
|
# This ADC requires unrestricted arguments, so you need to
|
||||||
# install it into $GL_ADC_PATH/ua/git-annex-shell (once gitolite
|
# install it into $GL_ADC_PATH/ua/git-annex-shell, instead of
|
||||||
# has that feature), or disable gitolite's ADC safety net by configuring
|
# directly into $GL_ADC_PATH/
|
||||||
# $ADC_CMD_ARGS_PATT=".*"
|
|
||||||
#
|
#
|
||||||
# This requires git-annex version 20111016 or newer. Older versions won't
|
# This requires git-annex version 20111016 or newer. Older versions won't
|
||||||
# be secure.
|
# be secure.
|
||||||
|
|
Loading…
Reference in a new issue