vote up 1 vote down star

git://perl5.git.perl.org/perl.git http://perl5.git.perl.org/perl.git/tags

say i want to get the MANIFEST from perl-5.10.0, how?

flag

2 Answers

vote up 1 vote down

By directing your browser to http://perl5.git.perl.org/perl.git/blob%5Fplain/HEAD%3A/MANIFEST perhaps?

link|flag
the question is how to do it using GIT – git Oct 27 at 16:37
vote up 1 vote down

There is no way to grab a single file from a Git repository (using a Git client) right now. However, as noted by Manni, the files can be downloaded using a web client if the repository is exposed that way.

There are patches under development to add a sparse checkout feature to Git, but it is not yet complete.

See the Git mail list for details. The latest info (that I could find) is here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.