Git development
 help / color / mirror / Atom feed
From: "Joakim Tjernlund" <joakim.tjernlund@transmode.se>
To: "'Linus Torvalds'" <torvalds@linux-foundation.org>
Cc: <git@vger.kernel.org>
Subject: RE: [FEATURE REQUEST] git clone, just clone selected branches?
Date: Wed, 10 Oct 2007 23:36:33 +0200	[thread overview]
Message-ID: <011c01c80b85$a0d8d560$04ac10ac@Jocke> (raw)
In-Reply-To: <alpine.LFD.0.999.0710101236350.20690@woody.linux-foundation.org>

> -----Original Message-----
> From: Linus Torvalds [mailto:torvalds@linux-foundation.org] 
> Sent: den 10 oktober 2007 21:38
> To: Joakim Tjernlund
> Cc: git@vger.kernel.org
> Subject: Re: [FEATURE REQUEST] git clone, just clone selected 
> branches?
> 
> 
> 
> On Wed, 10 Oct 2007, Joakim Tjernlund wrote:
> > 
> > I know I can use git remote to do this, but it is a bit clumsy 
> > when starting a new repo.
> 
> How about just
> 
> 	git init
> 	.. set up remote tracking info in .git/config ..
> 	git fetch remote
> 
> which should do what you want.
> 
> 		Linus

>From git remote man page:
 o  Imitate git clone but track only selected branches

          $ mkdir project.git
          $ cd project.git
          $ git init
          $ git remote add -f -t master -m master origin git://example.com/git.git/
          $ git merge origin

yes, this does the trick too but that is more to type so I thought
it would be simpler if I could just tell git clone which branches I want.
Now, this isn't a killer feature to me so if you don't like it, I good
with that too.

 Jocke

  reply	other threads:[~2007-10-10 21:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-10 18:55 [FEATURE REQUEST] git clone, just clone selected branches? Joakim Tjernlund
2007-10-10 19:35 ` Johannes Schindelin
2007-10-10 21:25   ` Joakim Tjernlund
2007-10-10 21:56     ` Johannes Schindelin
2007-10-10 22:41       ` Joakim Tjernlund
2007-10-10 23:01         ` Johannes Schindelin
2007-10-10 19:38 ` Linus Torvalds
2007-10-10 21:36   ` Joakim Tjernlund [this message]
2007-10-11  9:18     ` Andreas Ericsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='011c01c80b85$a0d8d560$04ac10ac@Jocke' \
    --to=joakim.tjernlund@transmode.se \
    --cc=git@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox