git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fetching a single file from remote repo
@ 2007-08-13 18:31 Dmitry Kakurin
  2007-08-13 22:38 ` Dmitry Kakurin
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Kakurin @ 2007-08-13 18:31 UTC (permalink / raw)
  To: Git Mailing List

Is there a way to fetch a single file from remote repo without
creating a client repo?
I want to do something like
  git show --repo git://repo.or.cz/bla.git master:/somedir/file.txt

-- 
- Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fetching a single file from remote repo
  2007-08-13 18:31 Fetching a single file from remote repo Dmitry Kakurin
@ 2007-08-13 22:38 ` Dmitry Kakurin
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Kakurin @ 2007-08-13 22:38 UTC (permalink / raw)
  To: Git Mailing List

On 8/13/07, Dmitry Kakurin <dmitry.kakurin@gmail.com> wrote:
> Is there a way to fetch a single file from remote repo without
> creating a client repo?
> I want to do something like
>  git show --repo git://repo.or.cz/bla.git master:/somedir/file.txt

I think I have found it:
git archive --remote=http://62.24.64.27/r/msysgit.git
master:share/GitMe setup-msysgit.sh | tar -x

-- 
- Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-13 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13 18:31 Fetching a single file from remote repo Dmitry Kakurin
2007-08-13 22:38 ` Dmitry Kakurin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).