alessioalex/git-spawned-stream

Support for remote repos

tauren opened this issue · 1 comments

Is there any way to support remote repos with this project? I'd like to do a command like this within node:

git archive --format=tar --prefix=alembic/ --remote=ssh://git@bitbucket.org/zzzeek/alembic.git master | tar -xf -

Hi,

This would be better posted on the https://github.com/alessioalex/git-download-archive repo.
I think we could make this work, but I'm not sure of its use case because Github for ex. does not support this.
Feel free to contribute this if you have time.

Thanks.