Closed cuzelac closed 13 years ago
Add support for something like this:
$ git-multipkg -b https://github.com/ytoolshed/ range/libcrange
This is accomplished by changing a couple things:
I decided to add a 'clone' directory and use a symlink to TEMPDIR/src so as to not break convention.
A disadvantage to supporting this is that it can be slow for large repos when you only need a part of them.
Add support for something like this:
$ git-multipkg -b https://github.com/ytoolshed/ range/libcrange
This is accomplished by changing a couple things:
I decided to add a 'clone' directory and use a symlink to TEMPDIR/src so as to not break convention.
A disadvantage to supporting this is that it can be slow for large repos when you only need a part of them.