external special remotes working

This commit is contained in:
Joey Hess 2013-12-27 14:13:52 -04:00
parent eb79670541
commit 5972ee50fa
2 changed files with 4 additions and 2 deletions

1
debian/changelog vendored
View file

@ -7,6 +7,7 @@ git-annex (5.20131222) UNRELEASED; urgency=medium
* Include git-receive-pack, git-upload-pack, and git wrappers in the Linux
standalone build, and OSX app, so they will be available when it's
added to PATH.
* Added new external special remote interface.
-- Joey Hess <joeyh@debian.org> Tue, 24 Dec 2013 13:54:32 -0400

View file

@ -20,6 +20,7 @@ It's not hard!
of [[special_remotes]].
Here's a simple shell script example, which can easily be adapted
to run whatever commands you need.
to run whatever commands you need. Or better, re-written in some better
language of your choice.
[[!inline pages="special_remotes/external/example.sh"]]
[[!inline pages="special_remotes/external/example.sh" feeds=no]]